#0C6A42

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

Shades of Jewel #0C6A42

Tints of Jewel #0C6A42

Color information

#0C6A42 (or 0x0C6A42) is unknown color: approx Jewel. HEX triplet: 0C, 6A and 42. RGB value is (12,106,66). Sum of RGB (Red+Green+Blue) = 12+106+66=184 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.52% from 184); Green value is 106 (41.80% from 255 or 57.61% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 106 - color contains mainly: green. Hex color #0C6A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6A42 is #F395BD. Grayscale: #494949. Windows color (decimal): -15963582 or 4352524. OLE color: 4352524.

HSL color Cylindrical-coordinate representation of color #0C6A42: hue angle of 154.47º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6A42 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB1210666-
CMYK0.8900.380.58
HSL154.47º79.66%23.14%-
HSV(B)154.47º88.68%41.57%-
XYZ6.2910.786.9-
YUV73.33123.8684.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.52%
GREEN value IS 106 (41.80% from 255) = 57.61%
BLUE value IS 66 (26.17% from 255) = 35.87%
R=6.52%
G=57.61%
B=35.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal12106660.8900.380.58154.4779.6623.14
HexC6A42590263A9a5017
Octal141521021310467223212027
Binary1100110101010000101011001010011011101010011010101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,106,66); }

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

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

 a { background-color: rgb(12,106,66); }

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

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

 span { border-color: rgb(12,106,66); }

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