#7d8700

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

Shades of Olive #7D8700

Tints of Olive #7D8700

Color information

#7D8700 (or 0x7D8700) is unknown color: approx Olive. HEX triplet: 7D, 87 and 00. RGB value is (125,135,0). Sum of RGB (Red+Green+Blue) = 125+135+0=260 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.08% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8700 is #8278FF. Grayscale: #757575. Windows color (decimal): -8550656 or 34685. OLE color: 34685.

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

Color convert

RGB1251350-
CMYK0.07010.47
HSL64.44º100%26.47%-
HSV(B)64.44º100%52.94%-
XYZ17.1221.693.28-
YUV116.6262.19133.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.08%
GREEN value IS 135 (53.12% from 255) = 51.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.08%
G=51.92%
B=0%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12513500.07010.4764.4410026.47
Hex7D87070642F40641a
Octal1752070701445710014432
Binary1111101100001110111011001001011111000000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d8700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,135,0); }

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

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

 a { background-color: rgb(125,135,0); }

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

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

 span { border-color: rgb(125,135,0); }

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