Html Css Color HEX #0C6C26 Crusoe

📋 copy color: '#0C6C26'

red 12 ◦ green 108 ◦ blue 38

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

Shades of Crusoe #0C6C26

Tints of Crusoe #0C6C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.05%

R = 7.59%
G = 68.35%
B = 24.05%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#0C6C26 (or 0x0C6C26) is known color: Crusoe. HEX triplet: 0C, 6C and 26. RGB value is (12,108,38). Sum of RGB (Red+Green+Blue) = 12+108+38=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 108 (42.58% from 255 or 68.35% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 108 - color contains mainly: green. Hex color #0C6C26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6C26 is #F393D9. Grayscale: #474747. Windows color (decimal): -15963098 or 2518028. OLE color: 2518028.

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

Color convert

RGB 12 108 38 -
CMYK 0.89 0 0.65 0.58
HSL 136.25º 0.8% 0.24% -
HSV(B) 136.25º 0.89% 0.42% -
XYZ 5.86 10.94 3.64 -
YUV 71.32 109.2 85.69 -
System Red Green Blue C M Y K H S L
Decimal 12 108 38 0.89 0 0.65 0.58 136.25 0.8 0.24
Hex C 6C 26 59 0 41 3A 88 50 18
Octal 14 154 46 131 0 101 72 210 120 30
Binary 1100 1101100 100110 1011001 0 1000001 111010 10001000 1010000 11000

Color Harmonies of #0C6C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6C26

Black with #0C6C26

Text Example


Text Example

White with #0C6C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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