#0C683F

Color #0C683F Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #0C683F

Tints of Jewel #0C683F

Color information

#0C683F (or 0x0C683F) is unknown color: approx Jewel. HEX triplet: 0C, 68 and 3F. RGB value is (12,104,63). Sum of RGB (Red+Green+Blue) = 12+104+63=179 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.70% from 179); Green value is 104 (41.02% from 255 or 58.10% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 104 - color contains mainly: green. Hex color #0C683F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C683F is #F397C0. Grayscale: #474747. Windows color (decimal): -15964097 or 4155404. OLE color: 4155404.

HSL color Cylindrical-coordinate representation of color #0C683F: hue angle of 153.26º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C683F is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1210463-
CMYK0.8800.390.59
HSL153.26º79.31%22.75%-
HSV(B)153.26º88.46%40.78%-
XYZ610.346.38-
YUV71.82123.0285.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 6.70%
GREEN value IS 104 (41.02% from 255) = 58.10%
BLUE value IS 63 (25% from 255) = 35.20%
R=6.70%
G=58.10%
B=35.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal12104630.8800.390.59153.2679.3122.75
HexC683F580273B994f17
Octal14150771300477323111727
Binary110011010001111111011000010011111101110011001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C683F; }

 p { color: rgb(12,104,63); }

 H1.HeaderClassName
 {
   color: #0C683F;
 }
 .AnyTagClassName
 {
   color: #0C683F;
 }
</style>
background-color css

<style>
 a { background-color: #0C683F; }

 a { background-color: rgb(12,104,63); }

 div.DivClassName
 {
   background-color: #0C683F;
 }
 .BgClassName
 {
   background-color: #0C683F;
 }
</style>
border-color css

<style>
 span { border-color: #0C683F; }

 span { border-color: rgb(12,104,63); }

 td.TdClassName
 {
   border-color: #0C683F;
 }
 .TagClassName
 {
   border-color: #0C683F;
 }
</style>