Html Css Color HEX #096118 Crusoe

📋 copy color: '#096118'

red 9 ◦ green 97 ◦ blue 24

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

Shades of Crusoe #096118

Tints of Crusoe #096118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 74.62%

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

R = 6.92%
G = 74.62%
B = 18.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#096118 (or 0x096118) is known color: Crusoe. HEX triplet: 09, 61 and 18. RGB value is (9,97,24). Sum of RGB (Red+Green+Blue) = 9+97+24=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 97 (38.28% from 255 or 74.62% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 97 - color contains mainly: green. Hex color #096118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096118 is #F69EE7. Grayscale: #3E3E3E. Windows color (decimal): -16162536 or 1597705. OLE color: 1597705.

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

Color convert

RGB 9 97 24 -
CMYK 0.91 0 0.75 0.62
HSL 130.23º 0.83% 0.21% -
HSV(B) 130.23º 0.91% 0.38% -
XYZ 4.55 8.67 2.3 -
YUV 62.37 106.35 89.94 -
System Red Green Blue C M Y K H S L
Decimal 9 97 24 0.91 0 0.75 0.62 130.23 0.83 0.21
Hex 9 61 18 5B 0 4B 3E 82 53 15
Octal 11 141 30 133 0 113 76 202 123 25
Binary 1001 1100001 11000 1011011 0 1001011 111110 10000010 1010011 10101

Color Harmonies of #096118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096118

Black with #096118

Text Example


Text Example

White with #096118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096118; }

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

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

background-color css

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

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

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

border-color css

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

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

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