#7D8907

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

Shades of Olive #7D8907

Tints of Olive #7D8907

Color information

#7D8907 (or 0x7D8907) is unknown color: approx Olive. HEX triplet: 7D, 89 and 07. RGB value is (125,137,7). Sum of RGB (Red+Green+Blue) = 125+137+7=269 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.47% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8907 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8907 is #8276F8. Grayscale: #777777. Windows color (decimal): -8550137 or 493949. OLE color: 493949.

HSL color Cylindrical-coordinate representation of color #7D8907: hue angle of 65.54º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D8907 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.

Color convert

RGB1251377-
CMYK0.0900.950.46
HSL65.54º90.28%28.24%-
HSV(B)65.54º94.89%53.73%-
XYZ17.4422.273.58-
YUV118.5965.02132.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.47%
GREEN value IS 137 (53.91% from 255) = 50.93%
BLUE value IS 7 (3.12% from 255) = 2.60%
R=46.47%
G=50.93%
B=2.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12513770.0900.950.4665.5490.2828.24
Hex7D897905F2E425a1c
Octal17521171101375610213234
Binary1111101100010011111001010111111011101000010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,137,7); }

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

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

 a { background-color: rgb(125,137,7); }

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

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

 span { border-color: rgb(125,137,7); }

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