#7F6500

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

Shades of Olive #7F6500

Tints of Olive #7F6500

Color information

#7F6500 (or 0x7F6500) is unknown color: approx Olive. HEX triplet: 7F, 65 and 00. RGB value is (127,101,0). Sum of RGB (Red+Green+Blue) = 127+101+0=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6500 is #809AFF. Grayscale: #616161. Windows color (decimal): -8428288 or 25983. OLE color: 25983.

HSL color Cylindrical-coordinate representation of color #7F6500: hue angle of 47.72º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F6500 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB1271010-
CMYK00.2010.50
HSL47.72º100%24.9%-
HSV(B)47.72º100%49.8%-
XYZ13.4113.821.96-
YUV97.2673.11149.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.70%
GREEN value IS 101 (39.84% from 255) = 44.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.70%
G=44.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127101000.2010.5047.7210024.9
Hex7F6500146432306419
Octal1771450024144626014431
Binary1111111110010100101001100100110010110000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,101,0); }

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

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

 a { background-color: rgb(127,101,0); }

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

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

 span { border-color: rgb(127,101,0); }

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