Html Css Color HEX #097213 Green

📋 copy color: '#097213'

red 9 ◦ green 114 ◦ blue 19

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

Shades of Green #097213

Tints of Green #097213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.38%

R = 6.34%
G = 80.28%
B = 13.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#097213 (or 0x097213) is known color: Green. HEX triplet: 09, 72 and 13. RGB value is (9,114,19). Sum of RGB (Red+Green+Blue) = 9+114+19=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 114 (44.92% from 255 or 80.28% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 114 - color contains mainly: green. Hex color #097213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097213 is #F68DEC. Grayscale: #484848. Windows color (decimal): -16158189 or 1274377. OLE color: 1274377.

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

Color convert

RGB 9 114 19 -
CMYK 0.92 0 0.83 0.55
HSL 125.71º 0.85% 0.24% -
HSV(B) 125.71º 0.92% 0.45% -
XYZ 6.25 12.14 2.63 -
YUV 71.78 98.21 83.22 -
System Red Green Blue C M Y K H S L
Decimal 9 114 19 0.92 0 0.83 0.55 125.71 0.85 0.24
Hex 9 72 13 5C 0 53 37 7E 55 18
Octal 11 162 23 134 0 123 67 176 125 30
Binary 1001 1110010 10011 1011100 0 1010011 110111 1111110 1010101 11000

Color Harmonies of #097213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097213

Black with #097213

Text Example


Text Example

White with #097213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097213; }

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

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

background-color css

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

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

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

border-color css

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

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

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