Html Css Color HEX #097201 Green

📋 copy color: '#097201'

red 9 ◦ green 114 ◦ blue 1

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

Shades of Green #097201

Tints of Green #097201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.81%

R = 7.26%
G = 91.94%
B = 0.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#097201 (or 0x097201) is known color: Green. HEX triplet: 09, 72 and 01. RGB value is (9,114,1). Sum of RGB (Red+Green+Blue) = 9+114+1=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 114 (44.92% from 255 or 91.94% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 114 - color contains mainly: green. Hex color #097201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097201 is #F68DFE. Grayscale: #464646. Windows color (decimal): -16158207 or 94729. OLE color: 94729.

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

Color convert

RGB 9 114 1 -
CMYK 0.92 0 0.99 0.55
HSL 115.75º 0.98% 0.23% -
HSV(B) 115.75º 0.99% 0.45% -
XYZ 6.14 12.09 2.04 -
YUV 69.72 89.21 84.69 -
System Red Green Blue C M Y K H S L
Decimal 9 114 1 0.92 0 0.99 0.55 115.75 0.98 0.23
Hex 9 72 1 5C 0 63 37 74 62 17
Octal 11 162 1 134 0 143 67 164 142 27
Binary 1001 1110010 1 1011100 0 1100011 110111 1110100 1100010 10111

Color Harmonies of #097201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097201

Black with #097201

Text Example


Text Example

White with #097201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097201; }

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

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

background-color css

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

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

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

border-color css

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

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

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