#827F06

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

Shades of Olive #827F06

Tints of Olive #827F06

Color information

#827F06 (or 0x827F06) is unknown color: approx Olive. HEX triplet: 82, 7F and 06. RGB value is (130,127,6). Sum of RGB (Red+Green+Blue) = 130+127+6=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 127 (50% from 255 or 48.29% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #827F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827F06 is #7D80F9. Grayscale: #727272. Windows color (decimal): -8225018 or 425858. OLE color: 425858.

HSL color Cylindrical-coordinate representation of color #827F06: hue angle of 58.55º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #827F06 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1301276-
CMYK00.020.950.49
HSL58.55º91.18%26.67%-
HSV(B)58.55º95.38%50.98%-
XYZ16.8319.943.13-
YUV114.166.99139.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.43%
GREEN value IS 127 (50% from 255) = 48.29%
BLUE value IS 6 (2.73% from 255) = 2.28%
R=49.43%
G=48.29%
B=2.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130127600.020.950.4958.5591.1826.67
Hex827F6025F313b5b1b
Octal202177602137617313333
Binary1000001011111111100101011111110001111011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827F06; }

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

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

<style>
 a { background-color: #827F06; }

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

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

<style>
 span { border-color: #827F06; }

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

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