Html Css Color HEX #7A9202 Olive

📋 copy color: '#7A9202'

red 122 ◦ green 146 ◦ blue 2

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

Shades of Olive #7A9202

Tints of Olive #7A9202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.07%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 45.19%
G = 54.07%
B = 0.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#7A9202 (or 0x7A9202) is known color: Olive. HEX triplet: 7A, 92 and 02. RGB value is (122,146,2). Sum of RGB (Red+Green+Blue) = 122+146+2=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #7A9202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9202 is #856DFD. Grayscale: #7A7A7A. Windows color (decimal): -8744446 or 168570. OLE color: 168570.

HSL color Cylindrical-coordinate representation of color #7A9202: hue angle of 70º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A9202 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 122 146 2 -
CMYK 0.16 0 0.99 0.43
HSL 70º 0.97% 0.29% -
HSV(B) 70º 0.99% 0.57% -
XYZ 18.32 24.7 3.86 -
YUV 122.41 60.05 127.71 -
System Red Green Blue C M Y K H S L
Decimal 122 146 2 0.16 0 0.99 0.43 70 0.97 0.29
Hex 7A 92 2 10 0 63 2B 46 61 1D
Octal 172 222 2 20 0 143 53 106 141 35
Binary 1111010 10010010 10 10000 0 1100011 101011 1000110 1100001 11101

Color Harmonies of #7A9202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9202

Black with #7A9202

Text Example


Text Example

White with #7A9202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,146,2); }

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

background-color css

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

 a { background-color: rgb(122,146,2); }

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

border-color css

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

 span { border-color: rgb(122,146,2); }

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