#848807

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

Shades of Olive #848807

Tints of Olive #848807

Color information

#848807 (or 0x848807) is unknown color: approx Olive. HEX triplet: 84, 88 and 07. RGB value is (132,136,7). Sum of RGB (Red+Green+Blue) = 132+136+7=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #848807 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848807 is #7B77F8. Grayscale: #787878. Windows color (decimal): -8091641 or 493700. OLE color: 493700.

HSL color Cylindrical-coordinate representation of color #848807: hue angle of 61.86º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #848807 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB1321367-
CMYK0.0300.950.47
HSL61.86º90.21%28.04%-
HSV(B)61.86º94.85%53.33%-
XYZ18.3622.533.58-
YUV120.164.17136.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 136 (53.52% from 255) = 49.45%
BLUE value IS 7 (3.12% from 255) = 2.55%
R=48%
G=49.45%
B=2.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13213670.0300.950.4761.8690.2128.04
Hex84887305F2F3e5a1c
Octal204210730137577613234
Binary10000100100010001111101011111101111111110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848807; }

 p { color: rgb(132,136,7); }

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

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

 a { background-color: rgb(132,136,7); }

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

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

 span { border-color: rgb(132,136,7); }

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