Html Css Color HEX #095616 Crusoe

📋 copy color: '#095616'

red 9 ◦ green 86 ◦ blue 22

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

Shades of Crusoe #095616

Tints of Crusoe #095616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 73.5%

 BLUE value IS 22 (8.98% from 255) = 18.8%

R = 7.69%
G = 73.5%
B = 18.8%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#095616 (or 0x095616) is known color: Crusoe. HEX triplet: 09, 56 and 16. RGB value is (9,86,22). Sum of RGB (Red+Green+Blue) = 9+86+22=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 86 (33.98% from 255 or 73.50% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 86 - color contains mainly: green. Hex color #095616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095616 is #F6A9E9. Grayscale: #373737. Windows color (decimal): -16165354 or 1463817. OLE color: 1463817.

HSL color Cylindrical-coordinate representation of color #095616: hue angle of 130.13º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095616 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 86 22 -
CMYK 0.90 0 0.74 0.66
HSL 130.13º 0.81% 0.19% -
HSV(B) 130.13º 0.9% 0.34% -
XYZ 3.59 6.77 1.88 -
YUV 55.68 108.99 94.7 -
System Red Green Blue C M Y K H S L
Decimal 9 86 22 0.90 0 0.74 0.66 130.13 0.81 0.19
Hex 9 56 16 5A 0 4A 42 82 51 13
Octal 11 126 26 132 0 112 102 202 121 23
Binary 1001 1010110 10110 1011010 0 1001010 1000010 10000010 1010001 10011

Color Harmonies of #095616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095616

Black with #095616

Text Example


Text Example

White with #095616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095616; }

 p { color: rgb(9,86,22); }

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

background-color css

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

 a { background-color: rgb(9,86,22); }

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

border-color css

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

 span { border-color: rgb(9,86,22); }

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