Html Css Color HEX #095B16 Crusoe

📋 copy color: '#095B16'

red 9 ◦ green 91 ◦ blue 22

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

Shades of Crusoe #095B16

Tints of Crusoe #095B16

RGB

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

 GREEN value IS 91 (35.94% from 255) = 74.59%

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

R = 7.38%
G = 74.59%
B = 18.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.64

RGB Variations

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

Color information

#095B16 (or 0x095B16) is known color: Crusoe. HEX triplet: 09, 5B and 16. RGB value is (9,91,22). Sum of RGB (Red+Green+Blue) = 9+91+22=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 91 (35.94% from 255 or 74.59% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 91 - color contains mainly: green. Hex color #095B16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095B16 is #F6A4E9. Grayscale: #3A3A3A. Windows color (decimal): -16164074 or 1465097. OLE color: 1465097.

HSL color Cylindrical-coordinate representation of color #095B16: hue angle of 129.51º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095B16 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 91 22 -
CMYK 0.90 0 0.76 0.64
HSL 129.51º 0.82% 0.2% -
HSV(B) 129.51º 0.9% 0.36% -
XYZ 4 7.6 2.01 -
YUV 58.62 107.33 92.61 -
System Red Green Blue C M Y K H S L
Decimal 9 91 22 0.90 0 0.76 0.64 129.51 0.82 0.2
Hex 9 5B 16 5A 0 4C 40 82 52 14
Octal 11 133 26 132 0 114 100 202 122 24
Binary 1001 1011011 10110 1011010 0 1001100 1000000 10000010 1010010 10100

Color Harmonies of #095B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095B16

Black with #095B16

Text Example


Text Example

White with #095B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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