Html Css Color HEX #0C6C1A Crusoe

📋 copy color: '#0C6C1A'

red 12 ◦ green 108 ◦ blue 26

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

Shades of Crusoe #0C6C1A

Tints of Crusoe #0C6C1A

RGB

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

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

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

R = 8.22%
G = 73.97%
B = 17.81%

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

#0C6C1A (or 0x0C6C1A) is known color: Crusoe. HEX triplet: 0C, 6C and 1A. RGB value is (12,108,26). Sum of RGB (Red+Green+Blue) = 12+108+26=146 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.22% from 146); Green value is 108 (42.58% from 255 or 73.97% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 108 - color contains mainly: green. Hex color #0C6C1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6C1A is #F393E5. Grayscale: #464646. Windows color (decimal): -15963110 or 1731596. OLE color: 1731596.

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

Color convert

RGB 12 108 26 -
CMYK 0.89 0 0.76 0.58
HSL 128.75º 0.8% 0.24% -
HSV(B) 128.75º 0.89% 0.42% -
XYZ 5.7 10.88 2.78 -
YUV 69.95 103.2 86.67 -
System Red Green Blue C M Y K H S L
Decimal 12 108 26 0.89 0 0.76 0.58 128.75 0.8 0.24
Hex C 6C 1A 59 0 4C 3A 81 50 18
Octal 14 154 32 131 0 114 72 201 120 30
Binary 1100 1101100 11010 1011001 0 1001100 111010 10000001 1010000 11000

Color Harmonies of #0C6C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6C1A

Black with #0C6C1A

Text Example


Text Example

White with #0C6C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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