Html Css Color HEX #7A8E09 Olive

📋 copy color: '#7A8E09'

red 122 ◦ green 142 ◦ blue 9

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

Shades of Olive #7A8E09

Tints of Olive #7A8E09

RGB

 RED value IS 122 (48.05% from 255) = 44.69%

 GREEN value IS 142 (55.86% from 255) = 52.01%

 BLUE value IS 9 (3.91% from 255) = 3.3%

R = 44.69%
G = 52.01%
B = 3.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#7A8E09 (or 0x7A8E09) is known color: Olive. HEX triplet: 7A, 8E and 09. RGB value is (122,142,9). Sum of RGB (Red+Green+Blue) = 122+142+9=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 142 (55.86% from 255 or 52.01% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 142 - color contains mainly: green. Hex color #7A8E09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8E09 is #8571F6. Grayscale: #797979. Windows color (decimal): -8745463 or 626298. OLE color: 626298.

HSL color Cylindrical-coordinate representation of color #7A8E09: hue angle of 69.02º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A8E09 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 142 9 -
CMYK 0.14 0 0.94 0.44
HSL 69.02º 0.88% 0.3% -
HSV(B) 69.02º 0.94% 0.56% -
XYZ 17.75 23.5 3.86 -
YUV 120.86 64.87 128.81 -
System Red Green Blue C M Y K H S L
Decimal 122 142 9 0.14 0 0.94 0.44 69.02 0.88 0.3
Hex 7A 8E 9 E 0 5E 2C 45 58 1E
Octal 172 216 11 16 0 136 54 105 130 36
Binary 1111010 10001110 1001 1110 0 1011110 101100 1000101 1011000 11110

Color Harmonies of #7A8E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8E09

Black with #7A8E09

Text Example


Text Example

White with #7A8E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A8E09; }

 p { color: rgb(122,142,9); }

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

background-color css

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

 a { background-color: rgb(122,142,9); }

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

border-color css

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

 span { border-color: rgb(122,142,9); }

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