#848A05

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

Shades of Olive #848A05

Tints of Olive #848A05

Color information

#848A05 (or 0x848A05) is unknown color: approx Olive. HEX triplet: 84, 8A and 05. RGB value is (132,138,5). Sum of RGB (Red+Green+Blue) = 132+138+5=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #848A05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848A05 is #7B75FA. Grayscale: #797979. Windows color (decimal): -8091131 or 363140. OLE color: 363140.

HSL color Cylindrical-coordinate representation of color #848A05: hue angle of 62.71º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #848A05 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB1321385-
CMYK0.0400.960.46
HSL62.71º93.01%28.04%-
HSV(B)62.71º96.38%54.12%-
XYZ18.6323.093.62-
YUV121.0462.51135.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 138 (54.30% from 255) = 50.18%
BLUE value IS 5 (2.34% from 255) = 1.82%
R=48%
G=50.18%
B=1.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13213850.0400.960.4662.7193.0128.04
Hex848A540602E3f5d1c
Octal204212540140567713534
Binary100001001000101010110001100000101110111111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848A05; }

 p { color: rgb(132,138,5); }

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

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

 a { background-color: rgb(132,138,5); }

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

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

 span { border-color: rgb(132,138,5); }

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