Html Css Color HEX #095516 Crusoe

📋 copy color: '#095516'

red 9 ◦ green 85 ◦ blue 22

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

Shades of Crusoe #095516

Tints of Crusoe #095516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 73.28%

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

R = 7.76%
G = 73.28%
B = 18.97%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#095516 (or 0x095516) is known color: Crusoe. HEX triplet: 09, 55 and 16. RGB value is (9,85,22). Sum of RGB (Red+Green+Blue) = 9+85+22=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 85 (33.59% from 255 or 73.28% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 85 - color contains mainly: green. Hex color #095516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095516 is #F6AAE9. Grayscale: #373737. Windows color (decimal): -16165610 or 1463561. OLE color: 1463561.

HSL color Cylindrical-coordinate representation of color #095516: hue angle of 130.26º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095516 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 85 22 -
CMYK 0.89 0 0.74 0.67
HSL 130.26º 0.81% 0.18% -
HSV(B) 130.26º 0.89% 0.33% -
XYZ 3.51 6.61 1.85 -
YUV 55.09 109.32 95.12 -
System Red Green Blue C M Y K H S L
Decimal 9 85 22 0.89 0 0.74 0.67 130.26 0.81 0.18
Hex 9 55 16 59 0 4A 43 82 51 12
Octal 11 125 26 131 0 112 103 202 121 22
Binary 1001 1010101 10110 1011001 0 1001010 1000011 10000010 1010001 10010

Color Harmonies of #095516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095516

Black with #095516

Text Example


Text Example

White with #095516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095516; }

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

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

background-color css

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

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

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

border-color css

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

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

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