Html Css Color HEX #095116 Crusoe

📋 copy color: '#095116'

red 9 ◦ green 81 ◦ blue 22

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

Shades of Crusoe #095116

Tints of Crusoe #095116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 72.32%

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

R = 8.04%
G = 72.32%
B = 19.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#095116 (or 0x095116) is known color: Crusoe. HEX triplet: 09, 51 and 16. RGB value is (9,81,22). Sum of RGB (Red+Green+Blue) = 9+81+22=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 81 (32.03% from 255 or 72.32% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 81 - color contains mainly: green. Hex color #095116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095116 is #F6AEE9. Grayscale: #343434. Windows color (decimal): -16166634 or 1462537. OLE color: 1462537.

HSL color Cylindrical-coordinate representation of color #095116: hue angle of 130.83º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095116 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 81 22 -
CMYK 0.89 0 0.73 0.68
HSL 130.83º 0.8% 0.18% -
HSV(B) 130.83º 0.89% 0.32% -
XYZ 3.2 6 1.75 -
YUV 52.75 110.65 96.8 -
System Red Green Blue C M Y K H S L
Decimal 9 81 22 0.89 0 0.73 0.68 130.83 0.8 0.18
Hex 9 51 16 59 0 49 44 83 50 12
Octal 11 121 26 131 0 111 104 203 120 22
Binary 1001 1010001 10110 1011001 0 1001001 1000100 10000011 1010000 10010

Color Harmonies of #095116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095116

Black with #095116

Text Example


Text Example

White with #095116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095116; }

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

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

background-color css

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

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

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

border-color css

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

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

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