#7D7902

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

Shades of Olive #7D7902

Tints of Olive #7D7902

Color information

#7D7902 (or 0x7D7902) is unknown color: approx Olive. HEX triplet: 7D, 79 and 02. RGB value is (125,121,2). Sum of RGB (Red+Green+Blue) = 125+121+2=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7902 is #8286FD. Grayscale: #6D6D6D. Windows color (decimal): -8554238 or 162173. OLE color: 162173.

HSL color Cylindrical-coordinate representation of color #7D7902: hue angle of 58.05º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D7902 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB1251212-
CMYK00.030.980.51
HSL58.05º96.85%24.9%-
HSV(B)58.05º98.4%49.02%-
XYZ15.3118.042.73-
YUV108.6367.83139.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50.40%
GREEN value IS 121 (47.66% from 255) = 48.79%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=50.40%
G=48.79%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125121200.030.980.5158.0596.8524.9
Hex7D7920362333a6119
Octal175171203142637214131
Binary11111011111001100111100010110011111010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D7902;
 }
 .AnyTagClassName
 {
   color: #7D7902;
 }
</style>
background-color css

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

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

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

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

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

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