Html Css Color HEX #096924 Crusoe

📋 copy color: '#096924'

red 9 ◦ green 105 ◦ blue 36

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

Shades of Crusoe #096924

Tints of Crusoe #096924

RGB

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

 GREEN value IS 105 (41.41% from 255) = 70%

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

R = 6%
G = 70%
B = 24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#096924 (or 0x096924) is known color: Crusoe. HEX triplet: 09, 69 and 24. RGB value is (9,105,36). Sum of RGB (Red+Green+Blue) = 9+105+36=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 105 (41.41% from 255 or 70% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 105 - color contains mainly: green. Hex color #096924 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096924 is #F696DB. Grayscale: #444444. Windows color (decimal): -16160476 or 2386185. OLE color: 2386185.

HSL color Cylindrical-coordinate representation of color #096924: hue angle of 136.88º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096924 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 105 36 -
CMYK 0.91 0 0.66 0.59
HSL 136.88º 0.84% 0.22% -
HSV(B) 136.88º 0.91% 0.41% -
XYZ 5.48 10.29 3.37 -
YUV 68.43 109.7 85.61 -
System Red Green Blue C M Y K H S L
Decimal 9 105 36 0.91 0 0.66 0.59 136.88 0.84 0.22
Hex 9 69 24 5B 0 42 3B 89 54 16
Octal 11 151 44 133 0 102 73 211 124 26
Binary 1001 1101001 100100 1011011 0 1000010 111011 10001001 1010100 10110

Color Harmonies of #096924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096924

Black with #096924

Text Example


Text Example

White with #096924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096924; }

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

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

background-color css

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

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

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

border-color css

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

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

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