Html Css Color HEX #0C6B1A Crusoe

📋 copy color: '#0C6B1A'

red 12 ◦ green 107 ◦ blue 26

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

Shades of Crusoe #0C6B1A

Tints of Crusoe #0C6B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.93%

R = 8.28%
G = 73.79%
B = 17.93%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#0C6B1A (or 0x0C6B1A) is known color: Crusoe. HEX triplet: 0C, 6B and 1A. RGB value is (12,107,26). Sum of RGB (Red+Green+Blue) = 12+107+26=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 107 (42.19% from 255 or 73.79% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 107 - color contains mainly: green. Hex color #0C6B1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6B1A is #F394E5. Grayscale: #454545. Windows color (decimal): -15963366 or 1731340. OLE color: 1731340.

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

Color convert

RGB 12 107 26 -
CMYK 0.89 0 0.76 0.58
HSL 128.84º 0.8% 0.23% -
HSV(B) 128.84º 0.89% 0.42% -
XYZ 5.6 10.67 2.74 -
YUV 69.36 103.53 87.09 -
System Red Green Blue C M Y K H S L
Decimal 12 107 26 0.89 0 0.76 0.58 128.84 0.8 0.23
Hex C 6B 1A 59 0 4C 3A 81 50 17
Octal 14 153 32 131 0 114 72 201 120 27
Binary 1100 1101011 11010 1011001 0 1001100 111010 10000001 1010000 10111

Color Harmonies of #0C6B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6B1A

Black with #0C6B1A

Text Example


Text Example

White with #0C6B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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