#7F820B

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

Shades of Olive #7F820B

Tints of Olive #7F820B

Color information

#7F820B (or 0x7F820B) is unknown color: approx Olive. HEX triplet: 7F, 82 and 0B. RGB value is (127,130,11). Sum of RGB (Red+Green+Blue) = 127+130+11=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #7F820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F820B is #807DF4. Grayscale: #747474. Windows color (decimal): -8420853 or 754303. OLE color: 754303.

HSL color Cylindrical-coordinate representation of color #7F820B: hue angle of 61.51º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F820B is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB12713011-
CMYK0.0200.920.49
HSL61.51º84.4%27.65%-
HSV(B)61.51º91.54%50.98%-
XYZ16.820.53.39-
YUV115.5469.01136.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.39%
GREEN value IS 130 (51.17% from 255) = 48.51%
BLUE value IS 11 (4.69% from 255) = 4.10%
R=47.39%
G=48.51%
B=4.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127130110.0200.920.4961.5184.427.65
Hex7F82B205C313e541c
Octal1772021320134617612434
Binary11111111000001010111001011100110001111110101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F820B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,130,11); }

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

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

 a { background-color: rgb(127,130,11); }

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

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

 span { border-color: rgb(127,130,11); }

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