Html Css Color HEX #097512 Green

📋 copy color: '#097512'

red 9 ◦ green 117 ◦ blue 18

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

Shades of Green #097512

Tints of Green #097512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.5%

R = 6.25%
G = 81.25%
B = 12.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#097512 (or 0x097512) is known color: Green. HEX triplet: 09, 75 and 12. RGB value is (9,117,18). Sum of RGB (Red+Green+Blue) = 9+117+18=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 117 (46.09% from 255 or 81.25% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 117 - color contains mainly: green. Hex color #097512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097512 is #F68AED. Grayscale: #494949. Windows color (decimal): -16157422 or 1209609. OLE color: 1209609.

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

Color convert

RGB 9 117 18 -
CMYK 0.92 0 0.85 0.54
HSL 125º 0.86% 0.25% -
HSV(B) 125º 0.92% 0.46% -
XYZ 6.58 12.82 2.7 -
YUV 73.42 96.72 82.05 -
System Red Green Blue C M Y K H S L
Decimal 9 117 18 0.92 0 0.85 0.54 125 0.86 0.25
Hex 9 75 12 5C 0 55 36 7D 56 19
Octal 11 165 22 134 0 125 66 175 126 31
Binary 1001 1110101 10010 1011100 0 1010101 110110 1111101 1010110 11001

Color Harmonies of #097512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097512

Black with #097512

Text Example


Text Example

White with #097512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097512; }

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

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

background-color css

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

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

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

border-color css

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

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

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