Html Css Color HEX #096318 Crusoe

📋 copy color: '#096318'

red 9 ◦ green 99 ◦ blue 24

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

Shades of Crusoe #096318

Tints of Crusoe #096318

RGB

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

 GREEN value IS 99 (39.06% from 255) = 75%

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

R = 6.82%
G = 75%
B = 18.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#096318 (or 0x096318) is known color: Crusoe. HEX triplet: 09, 63 and 18. RGB value is (9,99,24). Sum of RGB (Red+Green+Blue) = 9+99+24=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 99 (39.06% from 255 or 75% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 99 - color contains mainly: green. Hex color #096318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096318 is #F69CE7. Grayscale: #3F3F3F. Windows color (decimal): -16162024 or 1598217. OLE color: 1598217.

HSL color Cylindrical-coordinate representation of color #096318: hue angle of 130º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096318 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 99 24 -
CMYK 0.91 0 0.76 0.61
HSL 130º 0.83% 0.21% -
HSV(B) 130º 0.91% 0.39% -
XYZ 4.74 9.05 2.36 -
YUV 63.54 105.68 89.1 -
System Red Green Blue C M Y K H S L
Decimal 9 99 24 0.91 0 0.76 0.61 130 0.83 0.21
Hex 9 63 18 5B 0 4C 3D 82 53 15
Octal 11 143 30 133 0 114 75 202 123 25
Binary 1001 1100011 11000 1011011 0 1001100 111101 10000010 1010011 10101

Color Harmonies of #096318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096318

Black with #096318

Text Example


Text Example

White with #096318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096318; }

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

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

background-color css

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

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

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

border-color css

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

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

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