Html Css Color HEX #095916 Crusoe

📋 copy color: '#095916'

red 9 ◦ green 89 ◦ blue 22

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

Shades of Crusoe #095916

Tints of Crusoe #095916

RGB

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

 GREEN value IS 89 (35.16% from 255) = 74.17%

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

R = 7.5%
G = 74.17%
B = 18.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#095916 (or 0x095916) is known color: Crusoe. HEX triplet: 09, 59 and 16. RGB value is (9,89,22). Sum of RGB (Red+Green+Blue) = 9+89+22=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 89 (35.16% from 255 or 74.17% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 89 - color contains mainly: green. Hex color #095916 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095916 is #F6A6E9. Grayscale: #393939. Windows color (decimal): -16164586 or 1464585. OLE color: 1464585.

HSL color Cylindrical-coordinate representation of color #095916: hue angle of 129.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095916 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 89 22 -
CMYK 0.90 0 0.75 0.65
HSL 129.75º 0.82% 0.19% -
HSV(B) 129.75º 0.9% 0.35% -
XYZ 3.83 7.26 1.96 -
YUV 57.44 108 93.45 -
System Red Green Blue C M Y K H S L
Decimal 9 89 22 0.90 0 0.75 0.65 129.75 0.82 0.19
Hex 9 59 16 5A 0 4B 41 82 52 13
Octal 11 131 26 132 0 113 101 202 122 23
Binary 1001 1011001 10110 1011010 0 1001011 1000001 10000010 1010010 10011

Color Harmonies of #095916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095916

Black with #095916

Text Example


Text Example

White with #095916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095916; }

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

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

background-color css

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

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

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

border-color css

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

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

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