Html Css Color HEX #096218 Crusoe

📋 copy color: '#096218'

red 9 ◦ green 98 ◦ blue 24

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

Shades of Crusoe #096218

Tints of Crusoe #096218

RGB

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

 GREEN value IS 98 (38.67% from 255) = 74.81%

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

R = 6.87%
G = 74.81%
B = 18.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#096218 (or 0x096218) is known color: Crusoe. HEX triplet: 09, 62 and 18. RGB value is (9,98,24). Sum of RGB (Red+Green+Blue) = 9+98+24=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 98 (38.67% from 255 or 74.81% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 98 - color contains mainly: green. Hex color #096218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096218 is #F69DE7. Grayscale: #3F3F3F. Windows color (decimal): -16162280 or 1597961. OLE color: 1597961.

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

Color convert

RGB 9 98 24 -
CMYK 0.91 0 0.76 0.62
HSL 130.11º 0.83% 0.21% -
HSV(B) 130.11º 0.91% 0.38% -
XYZ 4.65 8.86 2.33 -
YUV 62.95 106.01 89.52 -
System Red Green Blue C M Y K H S L
Decimal 9 98 24 0.91 0 0.76 0.62 130.11 0.83 0.21
Hex 9 62 18 5B 0 4C 3E 82 53 15
Octal 11 142 30 133 0 114 76 202 123 25
Binary 1001 1100010 11000 1011011 0 1001100 111110 10000010 1010011 10101

Color Harmonies of #096218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096218

Black with #096218

Text Example


Text Example

White with #096218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096218; }

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

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

background-color css

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

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

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

border-color css

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

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

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