Html Css Color HEX #7A7902 Olive

📋 copy color: '#7A7902'

red 122 ◦ green 121 ◦ blue 2

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

Shades of Olive #7A7902

Tints of Olive #7A7902

RGB

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

 GREEN value IS 121 (47.66% from 255) = 49.39%

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

R = 49.8%
G = 49.39%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#7A7902 (or 0x7A7902) is known color: Olive. HEX triplet: 7A, 79 and 02. RGB value is (122,121,2). Sum of RGB (Red+Green+Blue) = 122+121+2=245 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.80% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7902 is #8586FD. Grayscale: #6C6C6C. Windows color (decimal): -8750846 or 162170. OLE color: 162170.

HSL color Cylindrical-coordinate representation of color #7A7902: hue angle of 59.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A7902 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 121 2 -
CMYK 0 0.01 0.98 0.52
HSL 59.5º 0.97% 0.24% -
HSV(B) 59.5º 0.98% 0.48% -
XYZ 14.87 17.82 2.71 -
YUV 107.73 68.33 138.18 -
System Red Green Blue C M Y K H S L
Decimal 122 121 2 0 0.01 0.98 0.52 59.5 0.97 0.24
Hex 7A 79 2 0 1 62 34 3C 61 18
Octal 172 171 2 0 1 142 64 74 141 30
Binary 1111010 1111001 10 0 1 1100010 110100 111100 1100001 11000

Color Harmonies of #7A7902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7902

Black with #7A7902

Text Example


Text Example

White with #7A7902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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