Html Css Color HEX #7A9400 Olive

📋 copy color: '#7A9400'

red 122 ◦ green 148 ◦ blue 0

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

Shades of Olive #7A9400

Tints of Olive #7A9400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.81%

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

R = 45.19%
G = 54.81%
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

#7A9400 (or 0x7A9400) is known color: Olive. HEX triplet: 7A, 94 and 00. RGB value is (122,148,0). Sum of RGB (Red+Green+Blue) = 122+148+0=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #7A9400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9400 is #856BFF. Grayscale: #7B7B7B. Windows color (decimal): -8743936 or 38010. OLE color: 38010.

HSL color Cylindrical-coordinate representation of color #7A9400: hue angle of 70.54º 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 #7A9400 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 148 0 -
CMYK 0.18 0 1 0.42
HSL 70.54º 1% 0.29% -
HSV(B) 70.54º 1% 0.58% -
XYZ 18.62 25.32 3.91 -
YUV 123.35 58.39 127.03 -
System Red Green Blue C M Y K H S L
Decimal 122 148 0 0.18 0 1 0.42 70.54 1 0.29
Hex 7A 94 0 12 0 64 2A 47 64 1D
Octal 172 224 0 22 0 144 52 107 144 35
Binary 1111010 10010100 0 10010 0 1100100 101010 1000111 1100100 11101

Color Harmonies of #7A9400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9400

Black with #7A9400

Text Example


Text Example

White with #7A9400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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