Html Css Color HEX #097502 Green

📋 copy color: '#097502'

red 9 ◦ green 117 ◦ blue 2

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

Shades of Green #097502

Tints of Green #097502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.56%

R = 7.03%
G = 91.41%
B = 1.56%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#097502 (or 0x097502) is known color: Green. HEX triplet: 09, 75 and 02. RGB value is (9,117,2). Sum of RGB (Red+Green+Blue) = 9+117+2=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 117 (46.09% from 255 or 91.41% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 117 - color contains mainly: green. Hex color #097502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097502 is #F68AFD. Grayscale: #474747. Windows color (decimal): -16157438 or 161033. OLE color: 161033.

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

Color convert

RGB 9 117 2 -
CMYK 0.92 0 0.98 0.54
HSL 116.35º 0.97% 0.23% -
HSV(B) 116.35º 0.98% 0.46% -
XYZ 6.48 12.79 2.18 -
YUV 71.6 88.72 83.35 -
System Red Green Blue C M Y K H S L
Decimal 9 117 2 0.92 0 0.98 0.54 116.35 0.97 0.23
Hex 9 75 2 5C 0 62 36 74 61 17
Octal 11 165 2 134 0 142 66 164 141 27
Binary 1001 1110101 10 1011100 0 1100010 110110 1110100 1100001 10111

Color Harmonies of #097502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097502

Black with #097502

Text Example


Text Example

White with #097502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097502; }

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

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

background-color css

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

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

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

border-color css

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

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

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