Html Css Color HEX #7A9500 Olive

📋 copy color: '#7A9500'

red 122 ◦ green 149 ◦ blue 0

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

Shades of Olive #7A9500

Tints of Olive #7A9500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.02%
G = 54.98%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#7A9500 (or 0x7A9500) is known color: Olive. HEX triplet: 7A, 95 and 00. RGB value is (122,149,0). Sum of RGB (Red+Green+Blue) = 122+149+0=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #7A9500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9500 is #856AFF. Grayscale: #7C7C7C. Windows color (decimal): -8743680 or 38266. OLE color: 38266.

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

Color convert

RGB 122 149 0 -
CMYK 0.18 0 1 0.42
HSL 70.87º 1% 0.29% -
HSV(B) 70.87º 1% 0.58% -
XYZ 18.77 25.63 3.96 -
YUV 123.94 58.05 126.62 -
System Red Green Blue C M Y K H S L
Decimal 122 149 0 0.18 0 1 0.42 70.87 1 0.29
Hex 7A 95 0 12 0 64 2A 47 64 1D
Octal 172 225 0 22 0 144 52 107 144 35
Binary 1111010 10010101 0 10010 0 1100100 101010 1000111 1100100 11101

Color Harmonies of #7A9500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9500

Black with #7A9500

Text Example


Text Example

White with #7A9500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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