Html Css Color HEX #096818 Crusoe

📋 copy color: '#096818'

red 9 ◦ green 104 ◦ blue 24

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

Shades of Crusoe #096818

Tints of Crusoe #096818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 75.91%

 BLUE value IS 24 (9.77% from 255) = 17.52%

R = 6.57%
G = 75.91%
B = 17.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#096818 (or 0x096818) is known color: Crusoe. HEX triplet: 09, 68 and 18. RGB value is (9,104,24). Sum of RGB (Red+Green+Blue) = 9+104+24=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 104 (41.02% from 255 or 75.91% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 104 - color contains mainly: green. Hex color #096818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096818 is #F697E7. Grayscale: #424242. Windows color (decimal): -16160744 or 1599497. OLE color: 1599497.

HSL color Cylindrical-coordinate representation of color #096818: hue angle of 129.47º 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 #096818 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 104 24 -
CMYK 0.91 0 0.77 0.59
HSL 129.47º 0.84% 0.22% -
HSV(B) 129.47º 0.91% 0.41% -
XYZ 5.23 10.02 2.52 -
YUV 66.48 104.03 87 -
System Red Green Blue C M Y K H S L
Decimal 9 104 24 0.91 0 0.77 0.59 129.47 0.84 0.22
Hex 9 68 18 5B 0 4D 3B 81 54 16
Octal 11 150 30 133 0 115 73 201 124 26
Binary 1001 1101000 11000 1011011 0 1001101 111011 10000001 1010100 10110

Color Harmonies of #096818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096818

Black with #096818

Text Example


Text Example

White with #096818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096818; }

 p { color: rgb(9,104,24); }

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

background-color css

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

 a { background-color: rgb(9,104,24); }

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

border-color css

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

 span { border-color: rgb(9,104,24); }

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