Html Css Color HEX #096A24 Crusoe

📋 copy color: '#096A24'

red 9 ◦ green 106 ◦ blue 36

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

Shades of Crusoe #096A24

Tints of Crusoe #096A24

RGB

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

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

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

R = 5.96%
G = 70.2%
B = 23.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.66

 K value IS 0.58

RGB Variations

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

Color information

#096A24 (or 0x096A24) is known color: Crusoe. HEX triplet: 09, 6A and 24. RGB value is (9,106,36). Sum of RGB (Red+Green+Blue) = 9+106+36=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 106 (41.80% from 255 or 70.20% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 106 - color contains mainly: green. Hex color #096A24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096A24 is #F695DB. Grayscale: #454545. Windows color (decimal): -16160220 or 2386441. OLE color: 2386441.

HSL color Cylindrical-coordinate representation of color #096A24: hue angle of 136.7º degrees, saturation: 0.84, 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 #096A24 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 106 36 -
CMYK 0.92 0 0.66 0.58
HSL 136.7º 0.84% 0.23% -
HSV(B) 136.7º 0.92% 0.42% -
XYZ 5.59 10.49 3.4 -
YUV 69.02 109.36 85.19 -
System Red Green Blue C M Y K H S L
Decimal 9 106 36 0.92 0 0.66 0.58 136.7 0.84 0.23
Hex 9 6A 24 5C 0 42 3A 89 54 17
Octal 11 152 44 134 0 102 72 211 124 27
Binary 1001 1101010 100100 1011100 0 1000010 111010 10001001 1010100 10111

Color Harmonies of #096A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096A24

Black with #096A24

Text Example


Text Example

White with #096A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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