Html Css Color HEX #096718 Crusoe

📋 copy color: '#096718'

red 9 ◦ green 103 ◦ blue 24

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

Shades of Crusoe #096718

Tints of Crusoe #096718

RGB

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

 GREEN value IS 103 (40.63% from 255) = 75.74%

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

R = 6.62%
G = 75.74%
B = 17.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#096718 (or 0x096718) is known color: Crusoe. HEX triplet: 09, 67 and 18. RGB value is (9,103,24). Sum of RGB (Red+Green+Blue) = 9+103+24=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 103 (40.62% from 255 or 75.74% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 103 - color contains mainly: green. Hex color #096718 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096718 is #F698E7. Grayscale: #424242. Windows color (decimal): -16161000 or 1599241. OLE color: 1599241.

HSL color Cylindrical-coordinate representation of color #096718: hue angle of 129.57º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096718 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 103 24 -
CMYK 0.91 0 0.77 0.60
HSL 129.57º 0.84% 0.22% -
HSV(B) 129.57º 0.91% 0.4% -
XYZ 5.13 9.82 2.49 -
YUV 65.89 104.36 87.42 -
System Red Green Blue C M Y K H S L
Decimal 9 103 24 0.91 0 0.77 0.60 129.57 0.84 0.22
Hex 9 67 18 5B 0 4D 3C 82 54 16
Octal 11 147 30 133 0 115 74 202 124 26
Binary 1001 1100111 11000 1011011 0 1001101 111100 10000010 1010100 10110

Color Harmonies of #096718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096718

Black with #096718

Text Example


Text Example

White with #096718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096718; }

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

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

background-color css

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

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

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

border-color css

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

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

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