Html Css Color HEX #096115 Crusoe

📋 copy color: '#096115'

red 9 ◦ green 97 ◦ blue 21

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

Shades of Crusoe #096115

Tints of Crusoe #096115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.54%

R = 7.09%
G = 76.38%
B = 16.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#096115 (or 0x096115) is known color: Crusoe. HEX triplet: 09, 61 and 15. RGB value is (9,97,21). Sum of RGB (Red+Green+Blue) = 9+97+21=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 97 (38.28% from 255 or 76.38% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 97 - color contains mainly: green. Hex color #096115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096115 is #F69EEA. Grayscale: #3E3E3E. Windows color (decimal): -16162539 or 1401097. OLE color: 1401097.

HSL color Cylindrical-coordinate representation of color #096115: hue angle of 128.18º 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 #096115 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 97 21 -
CMYK 0.91 0 0.78 0.62
HSL 128.18º 0.83% 0.21% -
HSV(B) 128.18º 0.91% 0.38% -
XYZ 4.52 8.66 2.14 -
YUV 62.02 104.85 90.18 -
System Red Green Blue C M Y K H S L
Decimal 9 97 21 0.91 0 0.78 0.62 128.18 0.83 0.21
Hex 9 61 15 5B 0 4E 3E 80 53 15
Octal 11 141 25 133 0 116 76 200 123 25
Binary 1001 1100001 10101 1011011 0 1001110 111110 10000000 1010011 10101

Color Harmonies of #096115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096115

Black with #096115

Text Example


Text Example

White with #096115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096115; }

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

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

background-color css

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

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

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

border-color css

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

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

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