Html Css Color HEX #0C6A1C Crusoe

📋 copy color: '#0C6A1C'

red 12 ◦ green 106 ◦ blue 28

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

Shades of Crusoe #0C6A1C

Tints of Crusoe #0C6A1C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 72.6%

 BLUE value IS 28 (11.33% from 255) = 19.18%

R = 8.22%
G = 72.6%
B = 19.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#0C6A1C (or 0x0C6A1C) is known color: Crusoe. HEX triplet: 0C, 6A and 1C. RGB value is (12,106,28). Sum of RGB (Red+Green+Blue) = 12+106+28=146 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.22% from 146); Green value is 106 (41.80% from 255 or 72.60% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 106 - color contains mainly: green. Hex color #0C6A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6A1C is #F395E3. Grayscale: #454545. Windows color (decimal): -15963620 or 1862156. OLE color: 1862156.

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

Color convert

RGB 12 106 28 -
CMYK 0.89 0 0.74 0.58
HSL 130.21º 0.8% 0.23% -
HSV(B) 130.21º 0.89% 0.42% -
XYZ 5.52 10.47 2.83 -
YUV 69 104.86 87.34 -
System Red Green Blue C M Y K H S L
Decimal 12 106 28 0.89 0 0.74 0.58 130.21 0.8 0.23
Hex C 6A 1C 59 0 4A 3A 82 50 17
Octal 14 152 34 131 0 112 72 202 120 27
Binary 1100 1101010 11100 1011001 0 1001010 111010 10000010 1010000 10111

Color Harmonies of #0C6A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6A1C

Black with #0C6A1C

Text Example


Text Example

White with #0C6A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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