Html Css Color HEX #097304 Green

📋 copy color: '#097304'

red 9 ◦ green 115 ◦ blue 4

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

Shades of Green #097304

Tints of Green #097304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 89.84%

 BLUE value IS 4 (1.95% from 255) = 3.13%

R = 7.03%
G = 89.84%
B = 3.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#097304 (or 0x097304) is known color: Green. HEX triplet: 09, 73 and 04. RGB value is (9,115,4). Sum of RGB (Red+Green+Blue) = 9+115+4=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 115 (45.31% from 255 or 89.84% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 115 - color contains mainly: green. Hex color #097304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097304 is #F68CFB. Grayscale: #464646. Windows color (decimal): -16157948 or 291593. OLE color: 291593.

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

Color convert

RGB 9 115 4 -
CMYK 0.92 0 0.97 0.55
HSL 117.3º 0.93% 0.23% -
HSV(B) 117.3º 0.97% 0.45% -
XYZ 6.27 12.33 2.16 -
YUV 70.65 90.38 84.03 -
System Red Green Blue C M Y K H S L
Decimal 9 115 4 0.92 0 0.97 0.55 117.3 0.93 0.23
Hex 9 73 4 5C 0 61 37 75 5D 17
Octal 11 163 4 134 0 141 67 165 135 27
Binary 1001 1110011 100 1011100 0 1100001 110111 1110101 1011101 10111

Color Harmonies of #097304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097304

Black with #097304

Text Example


Text Example

White with #097304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097304; }

 p { color: rgb(9,115,4); }

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

background-color css

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

 a { background-color: rgb(9,115,4); }

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

border-color css

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

 span { border-color: rgb(9,115,4); }

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