#7D860F

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

Shades of Olive #7D860F

Tints of Olive #7D860F

Color information

#7D860F (or 0x7D860F) is unknown color: approx Olive. HEX triplet: 7D, 86 and 0F. RGB value is (125,134,15). Sum of RGB (Red+Green+Blue) = 125+134+15=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #7D860F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D860F is #8279F0. Grayscale: #767676. Windows color (decimal): -8550897 or 1017469. OLE color: 1017469.

HSL color Cylindrical-coordinate representation of color #7D860F: hue angle of 64.54º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D860F is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB12513415-
CMYK0.0700.890.47
HSL64.54º79.87%29.22%-
HSV(B)64.54º88.81%52.55%-
XYZ17.0721.443.69-
YUV117.7470.02133.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.62%
GREEN value IS 134 (52.73% from 255) = 48.91%
BLUE value IS 15 (6.25% from 255) = 5.47%
R=45.62%
G=48.91%
B=5.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125134150.0700.890.4764.5479.8729.22
Hex7D86F70592F41501d
Octal17520617701315710112035
Binary1111101100001101111111010110011011111000001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D860F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,134,15); }

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

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

 a { background-color: rgb(125,134,15); }

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

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

 span { border-color: rgb(125,134,15); }

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