Html Css Color HEX #096013 Green

📋 copy color: '#096013'

red 9 ◦ green 96 ◦ blue 19

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

Shades of Green #096013

Tints of Green #096013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 77.42%

 BLUE value IS 19 (7.81% from 255) = 15.32%

R = 7.26%
G = 77.42%
B = 15.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#096013 (or 0x096013) is known color: Green. HEX triplet: 09, 60 and 13. RGB value is (9,96,19). Sum of RGB (Red+Green+Blue) = 9+96+19=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 96 (37.89% from 255 or 77.42% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 96 - color contains mainly: green. Hex color #096013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096013 is #F69FEC. Grayscale: #3D3D3D. Windows color (decimal): -16162797 or 1269769. OLE color: 1269769.

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

Color convert

RGB 9 96 19 -
CMYK 0.91 0 0.80 0.62
HSL 126.9º 0.83% 0.21% -
HSV(B) 126.9º 0.91% 0.38% -
XYZ 4.41 8.47 2.02 -
YUV 61.21 104.18 90.76 -
System Red Green Blue C M Y K H S L
Decimal 9 96 19 0.91 0 0.80 0.62 126.9 0.83 0.21
Hex 9 60 13 5B 0 50 3E 7F 53 15
Octal 11 140 23 133 0 120 76 177 123 25
Binary 1001 1100000 10011 1011011 0 1010000 111110 1111111 1010011 10101

Color Harmonies of #096013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096013

Black with #096013

Text Example


Text Example

White with #096013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096013; }

 p { color: rgb(9,96,19); }

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

background-color css

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

 a { background-color: rgb(9,96,19); }

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

border-color css

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

 span { border-color: rgb(9,96,19); }

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