#7A7902

Color #7A7902 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #7A7902

Tints of Olive #7A7902

Color information

#7A7902 (or 0x7A7902) is unknown color: approx 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

RGB1221212-
CMYK00.010.980.52
HSL59.5º96.77%24.31%-
HSV(B)59.5º98.36%47.84%-
XYZ14.8717.822.71-
YUV107.7368.33138.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.80%
GREEN value IS 121 (47.66% from 255) = 49.39%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=49.80%
G=49.39%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122121200.010.980.5259.596.7724.31
Hex7A7920162343c6118
Octal172171201142647414130
Binary1111010111100110011100010110100111100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>