Html Css Color HEX #7A9004 Olive

📋 copy color: '#7A9004'

red 122 ◦ green 144 ◦ blue 4

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

Shades of Olive #7A9004

Tints of Olive #7A9004

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.33%

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

R = 45.19%
G = 53.33%
B = 1.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#7A9004 (or 0x7A9004) is known color: Olive. HEX triplet: 7A, 90 and 04. RGB value is (122,144,4). Sum of RGB (Red+Green+Blue) = 122+144+4=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #7A9004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9004 is #856FFB. Grayscale: #7A7A7A. Windows color (decimal): -8744956 or 299130. OLE color: 299130.

HSL color Cylindrical-coordinate representation of color #7A9004: hue angle of 69.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A9004 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 144 4 -
CMYK 0.15 0 0.97 0.44
HSL 69.43º 0.95% 0.29% -
HSV(B) 69.43º 0.97% 0.56% -
XYZ 18.02 24.09 3.82 -
YUV 121.46 61.71 128.38 -
System Red Green Blue C M Y K H S L
Decimal 122 144 4 0.15 0 0.97 0.44 69.43 0.95 0.29
Hex 7A 90 4 F 0 61 2C 45 5F 1D
Octal 172 220 4 17 0 141 54 105 137 35
Binary 1111010 10010000 100 1111 0 1100001 101100 1000101 1011111 11101

Color Harmonies of #7A9004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9004

Black with #7A9004

Text Example


Text Example

White with #7A9004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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