Html Css Color HEX #097314 Green

📋 copy color: '#097314'

red 9 ◦ green 115 ◦ blue 20

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

Shades of Green #097314

Tints of Green #097314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.89%

R = 6.25%
G = 79.86%
B = 13.89%

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

#097314 (or 0x097314) is known color: Green. HEX triplet: 09, 73 and 14. RGB value is (9,115,20). Sum of RGB (Red+Green+Blue) = 9+115+20=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 115 (45.31% from 255 or 79.86% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 115 - color contains mainly: green. Hex color #097314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097314 is #F68CEB. Grayscale: #484848. Windows color (decimal): -16157932 or 1340169. OLE color: 1340169.

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

Color convert

RGB 9 115 20 -
CMYK 0.92 0 0.83 0.55
HSL 126.23º 0.85% 0.24% -
HSV(B) 126.23º 0.92% 0.45% -
XYZ 6.37 12.37 2.71 -
YUV 72.48 98.38 82.72 -
System Red Green Blue C M Y K H S L
Decimal 9 115 20 0.92 0 0.83 0.55 126.23 0.85 0.24
Hex 9 73 14 5C 0 53 37 7E 55 18
Octal 11 163 24 134 0 123 67 176 125 30
Binary 1001 1110011 10100 1011100 0 1010011 110111 1111110 1010101 11000

Color Harmonies of #097314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097314

Black with #097314

Text Example


Text Example

White with #097314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097314; }

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

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

background-color css

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

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

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

border-color css

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

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

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