Html Css Color HEX #096311 Green

📋 copy color: '#096311'

red 9 ◦ green 99 ◦ blue 17

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

Shades of Green #096311

Tints of Green #096311

RGB

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

 GREEN value IS 99 (39.06% from 255) = 79.2%

 BLUE value IS 17 (7.03% from 255) = 13.6%

R = 7.2%
G = 79.2%
B = 13.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#096311 (or 0x096311) is known color: Green. HEX triplet: 09, 63 and 11. RGB value is (9,99,17). Sum of RGB (Red+Green+Blue) = 9+99+17=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 99 (39.06% from 255 or 79.2% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 99 - color contains mainly: green. Hex color #096311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096311 is #F69CEE. Grayscale: #3E3E3E. Windows color (decimal): -16162031 or 1139465. OLE color: 1139465.

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

Color convert

RGB 9 99 17 -
CMYK 0.91 0 0.83 0.61
HSL 125.33º 0.83% 0.21% -
HSV(B) 125.33º 0.91% 0.39% -
XYZ 4.68 9.02 2.03 -
YUV 62.74 102.18 89.67 -
System Red Green Blue C M Y K H S L
Decimal 9 99 17 0.91 0 0.83 0.61 125.33 0.83 0.21
Hex 9 63 11 5B 0 53 3D 7D 53 15
Octal 11 143 21 133 0 123 75 175 123 25
Binary 1001 1100011 10001 1011011 0 1010011 111101 1111101 1010011 10101

Color Harmonies of #096311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096311

Black with #096311

Text Example


Text Example

White with #096311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096311; }

 p { color: rgb(9,99,17); }

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

background-color css

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

 a { background-color: rgb(9,99,17); }

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

border-color css

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

 span { border-color: rgb(9,99,17); }

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