Html Css Color HEX #0C6C29 Crusoe

📋 copy color: '#0C6C29'

red 12 ◦ green 108 ◦ blue 41

#0C6C29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #0C6C29

Tints of Crusoe #0C6C29

RGB

 RED value IS 12 (5.08% from 255) = 7.45%

 GREEN value IS 108 (42.58% from 255) = 67.08%

 BLUE value IS 41 (16.41% from 255) = 25.47%

R = 7.45%
G = 67.08%
B = 25.47%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#0C6C29 (or 0x0C6C29) is known color: Crusoe. HEX triplet: 0C, 6C and 29. RGB value is (12,108,41). Sum of RGB (Red+Green+Blue) = 12+108+41=161 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.45% from 161); Green value is 108 (42.58% from 255 or 67.08% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 108 - color contains mainly: green. Hex color #0C6C29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6C29 is #F393D6. Grayscale: #474747. Windows color (decimal): -15963095 or 2714636. OLE color: 2714636.

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

Color convert

RGB 12 108 41 -
CMYK 0.89 0 0.62 0.58
HSL 138.13º 0.8% 0.24% -
HSV(B) 138.13º 0.89% 0.42% -
XYZ 5.91 10.96 3.9 -
YUV 71.66 110.7 85.45 -
System Red Green Blue C M Y K H S L
Decimal 12 108 41 0.89 0 0.62 0.58 138.13 0.8 0.24
Hex C 6C 29 59 0 3E 3A 8A 50 18
Octal 14 154 51 131 0 76 72 212 120 30
Binary 1100 1101100 101001 1011001 0 111110 111010 10001010 1010000 11000

Color Harmonies of #0C6C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6C29

Black with #0C6C29

Text Example


Text Example

White with #0C6C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,108,41); }

 H1.HeaderClassName
 {
   color: #0C6C29;
 }
 .AnyTagClassName
 {
   color: #0C6C29;
 }
</style>

background-color css

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

 a { background-color: rgb(12,108,41); }

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

border-color css

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

 span { border-color: rgb(12,108,41); }

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