Html Css Color HEX #096513 Green

📋 copy color: '#096513'

red 9 ◦ green 101 ◦ blue 19

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

Shades of Green #096513

Tints of Green #096513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 78.29%

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

R = 6.98%
G = 78.29%
B = 14.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#096513 (or 0x096513) is known color: Green. HEX triplet: 09, 65 and 13. RGB value is (9,101,19). Sum of RGB (Red+Green+Blue) = 9+101+19=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 101 (39.84% from 255 or 78.29% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 101 - color contains mainly: green. Hex color #096513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096513 is #F69AEC. Grayscale: #404040. Windows color (decimal): -16161517 or 1271049. OLE color: 1271049.

HSL color Cylindrical-coordinate representation of color #096513: hue angle of 126.52º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096513 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 101 19 -
CMYK 0.91 0 0.81 0.60
HSL 126.52º 0.84% 0.22% -
HSV(B) 126.52º 0.91% 0.4% -
XYZ 4.88 9.41 2.18 -
YUV 64.14 102.52 88.67 -
System Red Green Blue C M Y K H S L
Decimal 9 101 19 0.91 0 0.81 0.60 126.52 0.84 0.22
Hex 9 65 13 5B 0 51 3C 7F 54 16
Octal 11 145 23 133 0 121 74 177 124 26
Binary 1001 1100101 10011 1011011 0 1010001 111100 1111111 1010100 10110

Color Harmonies of #096513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096513

Black with #096513

Text Example


Text Example

White with #096513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096513; }

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

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

background-color css

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

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

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

border-color css

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

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

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