Html Css Color HEX #097614 Green

📋 copy color: '#097614'

red 9 ◦ green 118 ◦ blue 20

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

Shades of Green #097614

Tints of Green #097614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 80.27%

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

R = 6.12%
G = 80.27%
B = 13.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#097614 (or 0x097614) is known color: Green. HEX triplet: 09, 76 and 14. RGB value is (9,118,20). Sum of RGB (Red+Green+Blue) = 9+118+20=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 118 (46.48% from 255 or 80.27% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 118 - color contains mainly: green. Hex color #097614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097614 is #F689EB. Grayscale: #4A4A4A. Windows color (decimal): -16157164 or 1340937. OLE color: 1340937.

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

Color convert

RGB 9 118 20 -
CMYK 0.92 0 0.83 0.54
HSL 126.06º 0.86% 0.25% -
HSV(B) 126.06º 0.92% 0.46% -
XYZ 6.72 13.07 2.83 -
YUV 74.24 97.39 81.47 -
System Red Green Blue C M Y K H S L
Decimal 9 118 20 0.92 0 0.83 0.54 126.06 0.86 0.25
Hex 9 76 14 5C 0 53 36 7E 56 19
Octal 11 166 24 134 0 123 66 176 126 31
Binary 1001 1110110 10100 1011100 0 1010011 110110 1111110 1010110 11001

Color Harmonies of #097614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097614

Black with #097614

Text Example


Text Example

White with #097614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097614; }

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

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

background-color css

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

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

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

border-color css

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

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

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