Html Css Color HEX #096024 Crusoe

📋 copy color: '#096024'

red 9 ◦ green 96 ◦ blue 36

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

Shades of Crusoe #096024

Tints of Crusoe #096024

RGB

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

 GREEN value IS 96 (37.89% from 255) = 68.09%

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

R = 6.38%
G = 68.09%
B = 25.53%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#096024 (or 0x096024) is known color: Crusoe. HEX triplet: 09, 60 and 24. RGB value is (9,96,36). Sum of RGB (Red+Green+Blue) = 9+96+36=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 96 (37.89% from 255 or 68.09% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 96 - color contains mainly: green. Hex color #096024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096024 is #F69FDB. Grayscale: #3F3F3F. Windows color (decimal): -16162780 or 2383881. OLE color: 2383881.

HSL color Cylindrical-coordinate representation of color #096024: hue angle of 138.62º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096024 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 96 36 -
CMYK 0.91 0 0.62 0.62
HSL 138.62º 0.83% 0.21% -
HSV(B) 138.62º 0.91% 0.38% -
XYZ 4.61 8.55 3.08 -
YUV 63.15 112.68 89.38 -
System Red Green Blue C M Y K H S L
Decimal 9 96 36 0.91 0 0.62 0.62 138.62 0.83 0.21
Hex 9 60 24 5B 0 3E 3E 8B 53 15
Octal 11 140 44 133 0 76 76 213 123 25
Binary 1001 1100000 100100 1011011 0 111110 111110 10001011 1010011 10101

Color Harmonies of #096024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096024

Black with #096024

Text Example


Text Example

White with #096024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096024; }

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

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

background-color css

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

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

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

border-color css

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

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

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