Html Css Color HEX #0C6B28 Crusoe

📋 copy color: '#0C6B28'

red 12 ◦ green 107 ◦ blue 40

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

Shades of Crusoe #0C6B28

Tints of Crusoe #0C6B28

RGB

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

 GREEN value IS 107 (42.19% from 255) = 67.3%

 BLUE value IS 40 (16.02% from 255) = 25.16%

R = 7.55%
G = 67.3%
B = 25.16%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#0C6B28 (or 0x0C6B28) is known color: Crusoe. HEX triplet: 0C, 6B and 28. RGB value is (12,107,40). Sum of RGB (Red+Green+Blue) = 12+107+40=159 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.55% from 159); Green value is 107 (42.19% from 255 or 67.30% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 107 - color contains mainly: green. Hex color #0C6B28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6B28 is #F394D7. Grayscale: #474747. Windows color (decimal): -15963352 or 2648844. OLE color: 2648844.

HSL color Cylindrical-coordinate representation of color #0C6B28: hue angle of 137.68º 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 #0C6B28 is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 107 40 -
CMYK 0.89 0 0.63 0.58
HSL 137.68º 0.8% 0.23% -
HSV(B) 137.68º 0.89% 0.42% -
XYZ 5.79 10.75 3.78 -
YUV 70.96 110.53 85.95 -
System Red Green Blue C M Y K H S L
Decimal 12 107 40 0.89 0 0.63 0.58 137.68 0.8 0.23
Hex C 6B 28 59 0 3F 3A 8A 50 17
Octal 14 153 50 131 0 77 72 212 120 27
Binary 1100 1101011 101000 1011001 0 111111 111010 10001010 1010000 10111

Color Harmonies of #0C6B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6B28

Black with #0C6B28

Text Example


Text Example

White with #0C6B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,107,40); }

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

background-color css

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

 a { background-color: rgb(12,107,40); }

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

border-color css

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

 span { border-color: rgb(12,107,40); }

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