#827B05

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

Shades of Olive #827B05

Tints of Olive #827B05

Color information

#827B05 (or 0x827B05) is unknown color: approx Olive. HEX triplet: 82, 7B and 05. RGB value is (130,123,5). Sum of RGB (Red+Green+Blue) = 130+123+5=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 123 (48.44% from 255 or 47.67% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #827B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827B05 is #7D84FA. Grayscale: #707070. Windows color (decimal): -8226043 or 359298. OLE color: 359298.

HSL color Cylindrical-coordinate representation of color #827B05: hue angle of 56.64º 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 #827B05 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB1301235-
CMYK00.050.960.49
HSL56.64º92.59%26.47%-
HSV(B)56.64º96.15%50.98%-
XYZ16.3218.922.94-
YUV111.6467.82141.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.39%
GREEN value IS 123 (48.44% from 255) = 47.67%
BLUE value IS 5 (2.34% from 255) = 1.94%
R=50.39%
G=47.67%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130123500.050.960.4956.6492.5926.47
Hex827B5056031395d1a
Octal202173505140617113532
Binary10000010111101110101011100000110001111001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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