#7D8600

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

Shades of Olive #7D8600

Tints of Olive #7D8600

Color information

#7D8600 (or 0x7D8600) is unknown color: approx Olive. HEX triplet: 7D, 86 and 00. RGB value is (125,134,0). Sum of RGB (Red+Green+Blue) = 125+134+0=259 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.26% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #7D8600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8600 is #8279FF. Grayscale: #747474. Windows color (decimal): -8550912 or 34429. OLE color: 34429.

HSL color Cylindrical-coordinate representation of color #7D8600: hue angle of 64.03º 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 #7D8600 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB1251340-
CMYK0.07010.47
HSL64.03º100%26.27%-
HSV(B)64.03º100%52.55%-
XYZ16.9821.413.24-
YUV116.0362.52134.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.26%
GREEN value IS 134 (52.73% from 255) = 51.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.26%
G=51.74%
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
Decimal12513400.07010.4764.0310026.27
Hex7D86070642F40641a
Octal1752060701445710014432
Binary1111101100001100111011001001011111000000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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