#0C603F

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

Shades of Jewel #0C603F

Tints of Jewel #0C603F

Color information

#0C603F (or 0x0C603F) is unknown color: approx Jewel. HEX triplet: 0C, 60 and 3F. RGB value is (12,96,63). Sum of RGB (Red+Green+Blue) = 12+96+63=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #0C603F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C603F is #F39FC0. Grayscale: #434343. Windows color (decimal): -15966145 or 4153356. OLE color: 4153356.

HSL color Cylindrical-coordinate representation of color #0C603F: hue angle of 156.43º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C603F is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB129663-
CMYK0.8800.340.62
HSL156.43º77.78%21.18%-
HSV(B)156.43º87.5%37.65%-
XYZ5.238.86.13-
YUV67.12125.6788.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.02%
GREEN value IS 96 (37.89% from 255) = 56.14%
BLUE value IS 63 (25% from 255) = 36.84%
R=7.02%
G=56.14%
B=36.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1296630.8800.340.62156.4377.7821.18
HexC603F580223E9c4e15
Octal14140771300427623411625
Binary110011000001111111011000010001011111010011100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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