Html Css Color HEX #7A9504 Olive

📋 copy color: '#7A9504'

red 122 ◦ green 149 ◦ blue 4

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

Shades of Olive #7A9504

Tints of Olive #7A9504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.18%

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 44.36%
G = 54.18%
B = 1.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#7A9504 (or 0x7A9504) is known color: Olive. HEX triplet: 7A, 95 and 04. RGB value is (122,149,4). Sum of RGB (Red+Green+Blue) = 122+149+4=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #7A9504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9504 is #856AFB. Grayscale: #7C7C7C. Windows color (decimal): -8743676 or 300410. OLE color: 300410.

HSL color Cylindrical-coordinate representation of color #7A9504: hue angle of 71.17º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A9504 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 149 4 -
CMYK 0.18 0 0.97 0.42
HSL 71.17º 0.95% 0.3% -
HSV(B) 71.17º 0.97% 0.58% -
XYZ 18.8 25.64 4.07 -
YUV 124.4 60.05 126.29 -
System Red Green Blue C M Y K H S L
Decimal 122 149 4 0.18 0 0.97 0.42 71.17 0.95 0.3
Hex 7A 95 4 12 0 61 2A 47 5F 1E
Octal 172 225 4 22 0 141 52 107 137 36
Binary 1111010 10010101 100 10010 0 1100001 101010 1000111 1011111 11110

Color Harmonies of #7A9504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9504

Black with #7A9504

Text Example


Text Example

White with #7A9504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,149,4); }

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

background-color css

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

 a { background-color: rgb(122,149,4); }

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

border-color css

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

 span { border-color: rgb(122,149,4); }

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