Html Css Color HEX #096310 Green

📋 copy color: '#096310'

red 9 ◦ green 99 ◦ blue 16

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

Shades of Green #096310

Tints of Green #096310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.9%

R = 7.26%
G = 79.84%
B = 12.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#096310 (or 0x096310) is known color: Green. HEX triplet: 09, 63 and 10. RGB value is (9,99,16). Sum of RGB (Red+Green+Blue) = 9+99+16=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 99 (39.06% from 255 or 79.84% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 99 - color contains mainly: green. Hex color #096310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096310 is #F69CEF. Grayscale: #3E3E3E. Windows color (decimal): -16162032 or 1073929. OLE color: 1073929.

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

Color convert

RGB 9 99 16 -
CMYK 0.91 0 0.84 0.61
HSL 124.67º 0.83% 0.21% -
HSV(B) 124.67º 0.91% 0.39% -
XYZ 4.67 9.02 1.99 -
YUV 62.63 101.68 89.75 -
System Red Green Blue C M Y K H S L
Decimal 9 99 16 0.91 0 0.84 0.61 124.67 0.83 0.21
Hex 9 63 10 5B 0 54 3D 7D 53 15
Octal 11 143 20 133 0 124 75 175 123 25
Binary 1001 1100011 10000 1011011 0 1010100 111101 1111101 1010011 10101

Color Harmonies of #096310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096310

Black with #096310

Text Example


Text Example

White with #096310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096310; }

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

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

background-color css

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

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

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

border-color css

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

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

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