#827905

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

Shades of Olive #827905

Tints of Olive #827905

Color information

#827905 (or 0x827905) is unknown color: approx Olive. HEX triplet: 82, 79 and 05. RGB value is (130,121,5). Sum of RGB (Red+Green+Blue) = 130+121+5=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #827905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827905 is #7D86FA. Grayscale: #6E6E6E. Windows color (decimal): -8226555 or 358786. OLE color: 358786.

HSL color Cylindrical-coordinate representation of color #827905: hue angle of 55.68º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #827905 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB1301215-
CMYK00.070.960.49
HSL55.68º92.59%26.47%-
HSV(B)55.68º96.15%50.98%-
XYZ16.0718.432.85-
YUV110.4768.48141.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 121 (47.66% from 255) = 47.27%
BLUE value IS 5 (2.34% from 255) = 1.95%
R=50.78%
G=47.27%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130121500.070.960.4955.6892.5926.47
Hex82795076031385d1a
Octal202171507140617013532
Binary10000010111100110101111100000110001111000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827905; }

 p { color: rgb(130,121,5); }

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

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

 a { background-color: rgb(130,121,5); }

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

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

 span { border-color: rgb(130,121,5); }

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