Html Css Color HEX #097014 Green

📋 copy color: '#097014'

red 9 ◦ green 112 ◦ blue 20

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

Shades of Green #097014

Tints of Green #097014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 79.43%

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

R = 6.38%
G = 79.43%
B = 14.18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#097014 (or 0x097014) is known color: Green. HEX triplet: 09, 70 and 14. RGB value is (9,112,20). Sum of RGB (Red+Green+Blue) = 9+112+20=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 112 (44.14% from 255 or 79.43% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 112 - color contains mainly: green. Hex color #097014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097014 is #F68FEB. Grayscale: #464646. Windows color (decimal): -16158700 or 1339401. OLE color: 1339401.

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

Color convert

RGB 9 112 20 -
CMYK 0.92 0 0.82 0.56
HSL 126.41º 0.85% 0.24% -
HSV(B) 126.41º 0.92% 0.44% -
XYZ 6.03 11.7 2.6 -
YUV 70.72 99.38 83.98 -
System Red Green Blue C M Y K H S L
Decimal 9 112 20 0.92 0 0.82 0.56 126.41 0.85 0.24
Hex 9 70 14 5C 0 52 38 7E 55 18
Octal 11 160 24 134 0 122 70 176 125 30
Binary 1001 1110000 10100 1011100 0 1010010 111000 1111110 1010101 11000

Color Harmonies of #097014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097014

Black with #097014

Text Example


Text Example

White with #097014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097014; }

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

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

background-color css

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

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

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

border-color css

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

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

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