Html Css Color HEX #097313 Green

📋 copy color: '#097313'

red 9 ◦ green 115 ◦ blue 19

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

Shades of Green #097313

Tints of Green #097313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 80.42%

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

R = 6.29%
G = 80.42%
B = 13.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#097313 (or 0x097313) is known color: Green. HEX triplet: 09, 73 and 13. RGB value is (9,115,19). Sum of RGB (Red+Green+Blue) = 9+115+19=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 115 (45.31% from 255 or 80.42% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 115 - color contains mainly: green. Hex color #097313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097313 is #F68CEC. Grayscale: #484848. Windows color (decimal): -16157933 or 1274633. OLE color: 1274633.

HSL color Cylindrical-coordinate representation of color #097313: hue angle of 125.66º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097313 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 115 19 -
CMYK 0.92 0 0.83 0.55
HSL 125.66º 0.85% 0.24% -
HSV(B) 125.66º 0.92% 0.45% -
XYZ 6.36 12.37 2.67 -
YUV 72.36 97.88 82.81 -
System Red Green Blue C M Y K H S L
Decimal 9 115 19 0.92 0 0.83 0.55 125.66 0.85 0.24
Hex 9 73 13 5C 0 53 37 7E 55 18
Octal 11 163 23 134 0 123 67 176 125 30
Binary 1001 1110011 10011 1011100 0 1010011 110111 1111110 1010101 11000

Color Harmonies of #097313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097313

Black with #097313

Text Example


Text Example

White with #097313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097313; }

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

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

background-color css

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

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

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

border-color css

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

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

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