Html Css Color HEX #097414 Green

📋 copy color: '#097414'

red 9 ◦ green 116 ◦ blue 20

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

Shades of Green #097414

Tints of Green #097414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 80%

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

R = 6.21%
G = 80%
B = 13.79%

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

#097414 (or 0x097414) is known color: Green. HEX triplet: 09, 74 and 14. RGB value is (9,116,20). Sum of RGB (Red+Green+Blue) = 9+116+20=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 116 (45.70% from 255 or 80% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 116 - color contains mainly: green. Hex color #097414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097414 is #F68BEB. Grayscale: #494949. Windows color (decimal): -16157676 or 1340425. OLE color: 1340425.

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

Color convert

RGB 9 116 20 -
CMYK 0.92 0 0.83 0.55
HSL 126.17º 0.86% 0.25% -
HSV(B) 126.17º 0.92% 0.45% -
XYZ 6.48 12.6 2.75 -
YUV 73.06 98.05 82.31 -
System Red Green Blue C M Y K H S L
Decimal 9 116 20 0.92 0 0.83 0.55 126.17 0.86 0.25
Hex 9 74 14 5C 0 53 37 7E 56 19
Octal 11 164 24 134 0 123 67 176 126 31
Binary 1001 1110100 10100 1011100 0 1010011 110111 1111110 1010110 11001

Color Harmonies of #097414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097414

Black with #097414

Text Example


Text Example

White with #097414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097414; }

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

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

background-color css

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

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

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

border-color css

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

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

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