Html Css Color HEX #096913 Green

📋 copy color: '#096913'

red 9 ◦ green 105 ◦ blue 19

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

Shades of Green #096913

Tints of Green #096913

RGB

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

 GREEN value IS 105 (41.41% from 255) = 78.95%

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

R = 6.77%
G = 78.95%
B = 14.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#096913 (or 0x096913) is known color: Green. HEX triplet: 09, 69 and 13. RGB value is (9,105,19). Sum of RGB (Red+Green+Blue) = 9+105+19=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 105 (41.41% from 255 or 78.95% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 105 - color contains mainly: green. Hex color #096913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096913 is #F696EC. Grayscale: #424242. Windows color (decimal): -16160493 or 1272073. OLE color: 1272073.

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

Color convert

RGB 9 105 19 -
CMYK 0.91 0 0.82 0.59
HSL 126.25º 0.84% 0.22% -
HSV(B) 126.25º 0.91% 0.41% -
XYZ 5.28 10.21 2.31 -
YUV 66.49 101.2 86.99 -
System Red Green Blue C M Y K H S L
Decimal 9 105 19 0.91 0 0.82 0.59 126.25 0.84 0.22
Hex 9 69 13 5B 0 52 3B 7E 54 16
Octal 11 151 23 133 0 122 73 176 124 26
Binary 1001 1101001 10011 1011011 0 1010010 111011 1111110 1010100 10110

Color Harmonies of #096913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096913

Black with #096913

Text Example


Text Example

White with #096913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096913; }

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

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

background-color css

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

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

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

border-color css

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

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

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