Html Css Color HEX #096C24 Crusoe

📋 copy color: '#096C24'

red 9 ◦ green 108 ◦ blue 36

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

Shades of Crusoe #096C24

Tints of Crusoe #096C24

RGB

 RED value IS 9 (3.91% from 255) = 5.88%

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

 BLUE value IS 36 (14.45% from 255) = 23.53%

R = 5.88%
G = 70.59%
B = 23.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#096C24 (or 0x096C24) is known color: Crusoe. HEX triplet: 09, 6C and 24. RGB value is (9,108,36). Sum of RGB (Red+Green+Blue) = 9+108+36=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 108 (42.58% from 255 or 70.59% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 108 - color contains mainly: green. Hex color #096C24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096C24 is #F693DB. Grayscale: #464646. Windows color (decimal): -16159708 or 2386953. OLE color: 2386953.

HSL color Cylindrical-coordinate representation of color #096C24: hue angle of 136.36º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096C24 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 108 36 -
CMYK 0.92 0 0.67 0.58
HSL 136.36º 0.85% 0.23% -
HSV(B) 136.36º 0.92% 0.42% -
XYZ 5.79 10.91 3.47 -
YUV 70.19 108.7 84.35 -
System Red Green Blue C M Y K H S L
Decimal 9 108 36 0.92 0 0.67 0.58 136.36 0.85 0.23
Hex 9 6C 24 5C 0 43 3A 88 55 17
Octal 11 154 44 134 0 103 72 210 125 27
Binary 1001 1101100 100100 1011100 0 1000011 111010 10001000 1010101 10111

Color Harmonies of #096C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C24

Black with #096C24

Text Example


Text Example

White with #096C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096C24; }

 p { color: rgb(9,108,36); }

 H1.HeaderClassName
 {
   color: #096C24;
 }
 .AnyTagClassName
 {
   color: #096C24;
 }
</style>

background-color css

<style>
 a { background-color: #096C24; }

 a { background-color: rgb(9,108,36); }

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

border-color css

<style>
 span { border-color: #096C24; }

 span { border-color: rgb(9,108,36); }

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