Html Css Color HEX #097312 Green

📋 copy color: '#097312'

red 9 ◦ green 115 ◦ blue 18

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

Shades of Green #097312

Tints of Green #097312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.68%

R = 6.34%
G = 80.99%
B = 12.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#097312 (or 0x097312) is known color: Green. HEX triplet: 09, 73 and 12. RGB value is (9,115,18). Sum of RGB (Red+Green+Blue) = 9+115+18=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 115 (45.31% from 255 or 80.99% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 115 - color contains mainly: green. Hex color #097312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097312 is #F68CED. Grayscale: #484848. Windows color (decimal): -16157934 or 1209097. OLE color: 1209097.

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

Color convert

RGB 9 115 18 -
CMYK 0.92 0 0.84 0.55
HSL 125.09º 0.85% 0.24% -
HSV(B) 125.09º 0.92% 0.45% -
XYZ 6.35 12.36 2.62 -
YUV 72.25 97.38 82.89 -
System Red Green Blue C M Y K H S L
Decimal 9 115 18 0.92 0 0.84 0.55 125.09 0.85 0.24
Hex 9 73 12 5C 0 54 37 7D 55 18
Octal 11 163 22 134 0 124 67 175 125 30
Binary 1001 1110011 10010 1011100 0 1010100 110111 1111101 1010101 11000

Color Harmonies of #097312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097312

Black with #097312

Text Example


Text Example

White with #097312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097312; }

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

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

background-color css

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

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

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

border-color css

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

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

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