Html Css Color HEX #096116 Crusoe

📋 copy color: '#096116'

red 9 ◦ green 97 ◦ blue 22

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

Shades of Crusoe #096116

Tints of Crusoe #096116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 75.78%

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

R = 7.03%
G = 75.78%
B = 17.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#096116 (or 0x096116) is known color: Crusoe. HEX triplet: 09, 61 and 16. RGB value is (9,97,22). Sum of RGB (Red+Green+Blue) = 9+97+22=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 97 (38.28% from 255 or 75.78% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 97 - color contains mainly: green. Hex color #096116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096116 is #F69EE9. Grayscale: #3E3E3E. Windows color (decimal): -16162538 or 1466633. OLE color: 1466633.

HSL color Cylindrical-coordinate representation of color #096116: hue angle of 128.86º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096116 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 97 22 -
CMYK 0.91 0 0.77 0.62
HSL 128.86º 0.83% 0.21% -
HSV(B) 128.86º 0.91% 0.38% -
XYZ 4.53 8.67 2.19 -
YUV 62.14 105.35 90.1 -
System Red Green Blue C M Y K H S L
Decimal 9 97 22 0.91 0 0.77 0.62 128.86 0.83 0.21
Hex 9 61 16 5B 0 4D 3E 81 53 15
Octal 11 141 26 133 0 115 76 201 123 25
Binary 1001 1100001 10110 1011011 0 1001101 111110 10000001 1010011 10101

Color Harmonies of #096116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096116

Black with #096116

Text Example


Text Example

White with #096116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096116; }

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

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

background-color css

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

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

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

border-color css

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

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

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