Html Css Color HEX #096B24 Crusoe

📋 copy color: '#096B24'

red 9 ◦ green 107 ◦ blue 36

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

Shades of Crusoe #096B24

Tints of Crusoe #096B24

RGB

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

 GREEN value IS 107 (42.19% from 255) = 70.39%

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

R = 5.92%
G = 70.39%
B = 23.68%

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

#096B24 (or 0x096B24) is known color: Crusoe. HEX triplet: 09, 6B and 24. RGB value is (9,107,36). Sum of RGB (Red+Green+Blue) = 9+107+36=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 107 (42.19% from 255 or 70.39% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 107 - color contains mainly: green. Hex color #096B24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096B24 is #F694DB. Grayscale: #454545. Windows color (decimal): -16159964 or 2386697. OLE color: 2386697.

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

Color convert

RGB 9 107 36 -
CMYK 0.92 0 0.66 0.58
HSL 136.53º 0.84% 0.23% -
HSV(B) 136.53º 0.92% 0.42% -
XYZ 5.69 10.7 3.43 -
YUV 69.6 109.03 84.77 -
System Red Green Blue C M Y K H S L
Decimal 9 107 36 0.92 0 0.66 0.58 136.53 0.84 0.23
Hex 9 6B 24 5C 0 42 3A 89 54 17
Octal 11 153 44 134 0 102 72 211 124 27
Binary 1001 1101011 100100 1011100 0 1000010 111010 10001001 1010100 10111

Color Harmonies of #096B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B24

Black with #096B24

Text Example


Text Example

White with #096B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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