Html Css Color HEX #097514 Green

📋 copy color: '#097514'

red 9 ◦ green 117 ◦ blue 20

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

Shades of Green #097514

Tints of Green #097514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 80.14%

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

R = 6.16%
G = 80.14%
B = 13.7%

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

#097514 (or 0x097514) is known color: Green. HEX triplet: 09, 75 and 14. RGB value is (9,117,20). Sum of RGB (Red+Green+Blue) = 9+117+20=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 117 (46.09% from 255 or 80.14% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 117 - color contains mainly: green. Hex color #097514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097514 is #F68AEB. Grayscale: #494949. Windows color (decimal): -16157420 or 1340681. OLE color: 1340681.

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

Color convert

RGB 9 117 20 -
CMYK 0.92 0 0.83 0.54
HSL 126.11º 0.86% 0.25% -
HSV(B) 126.11º 0.92% 0.46% -
XYZ 6.6 12.83 2.79 -
YUV 73.65 97.72 81.89 -
System Red Green Blue C M Y K H S L
Decimal 9 117 20 0.92 0 0.83 0.54 126.11 0.86 0.25
Hex 9 75 14 5C 0 53 36 7E 56 19
Octal 11 165 24 134 0 123 66 176 126 31
Binary 1001 1110101 10100 1011100 0 1010011 110110 1111110 1010110 11001

Color Harmonies of #097514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097514

Black with #097514

Text Example


Text Example

White with #097514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097514; }

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

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

background-color css

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

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

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

border-color css

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

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

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