Html Css Color HEX #097305 Green

📋 copy color: '#097305'

red 9 ◦ green 115 ◦ blue 5

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

Shades of Green #097305

Tints of Green #097305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.88%

R = 6.98%
G = 89.15%
B = 3.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#097305 (or 0x097305) is known color: Green. HEX triplet: 09, 73 and 05. RGB value is (9,115,5). Sum of RGB (Red+Green+Blue) = 9+115+5=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 115 (45.31% from 255 or 89.15% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 115 - color contains mainly: green. Hex color #097305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097305 is #F68CFA. Grayscale: #474747. Windows color (decimal): -16157947 or 357129. OLE color: 357129.

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

Color convert

RGB 9 115 5 -
CMYK 0.92 0 0.96 0.55
HSL 117.82º 0.92% 0.24% -
HSV(B) 117.82º 0.96% 0.45% -
XYZ 6.27 12.33 2.19 -
YUV 70.77 90.88 83.94 -
System Red Green Blue C M Y K H S L
Decimal 9 115 5 0.92 0 0.96 0.55 117.82 0.92 0.24
Hex 9 73 5 5C 0 60 37 76 5C 18
Octal 11 163 5 134 0 140 67 166 134 30
Binary 1001 1110011 101 1011100 0 1100000 110111 1110110 1011100 11000

Color Harmonies of #097305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097305

Black with #097305

Text Example


Text Example

White with #097305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097305; }

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

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

background-color css

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

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

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

border-color css

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

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

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