Html Css Color HEX #097200 Green

📋 copy color: '#097200'

red 9 ◦ green 114 ◦ blue 0

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

Shades of Green #097200

Tints of Green #097200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 92.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 7.32%
G = 92.68%
B = 0%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#097200 (or 0x097200) is known color: Green. HEX triplet: 09, 72 and 00. RGB value is (9,114,0). Sum of RGB (Red+Green+Blue) = 9+114+0=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 114 (44.92% from 255 or 92.68% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 114 - color contains mainly: green. Hex color #097200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097200 is #F68DFF. Grayscale: #454545. Windows color (decimal): -16158208 or 29193. OLE color: 29193.

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

Color convert

RGB 9 114 0 -
CMYK 0.92 0 1 0.55
HSL 115.26º 1% 0.22% -
HSV(B) 115.26º 1% 0.45% -
XYZ 6.13 12.09 2.01 -
YUV 69.61 88.71 84.77 -
System Red Green Blue C M Y K H S L
Decimal 9 114 0 0.92 0 1 0.55 115.26 1 0.22
Hex 9 72 0 5C 0 64 37 73 64 16
Octal 11 162 0 134 0 144 67 163 144 26
Binary 1001 1110010 0 1011100 0 1100100 110111 1110011 1100100 10110

Color Harmonies of #097200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097200

Black with #097200

Text Example


Text Example

White with #097200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097200; }

 p { color: rgb(9,114,0); }

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

background-color css

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

 a { background-color: rgb(9,114,0); }

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

border-color css

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

 span { border-color: rgb(9,114,0); }

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