#818703

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

Shades of Olive #818703

Tints of Olive #818703

Color information

#818703 (or 0x818703) is unknown color: approx Olive. HEX triplet: 81, 87 and 03. RGB value is (129,135,3). Sum of RGB (Red+Green+Blue) = 129+135+3=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 135 (53.12% from 255 or 50.56% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 135 - color contains mainly: green. Hex color #818703 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818703 is #7E78FC. Grayscale: #767676. Windows color (decimal): -8288509 or 231297. OLE color: 231297.

HSL color Cylindrical-coordinate representation of color #818703: hue angle of 62.73º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #818703 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB1291353-
CMYK0.0400.980.47
HSL62.73º95.65%27.06%-
HSV(B)62.73º97.78%52.94%-
XYZ17.73223.4-
YUV118.1663.01135.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 135 (53.12% from 255) = 50.56%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=48.31%
G=50.56%
B=1.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12913530.0400.980.4762.7395.6527.06
Hex8187340622F3f601b
Octal201207340142577714033
Binary10000001100001111110001100010101111111111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818703; }

 p { color: rgb(129,135,3); }

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

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

 a { background-color: rgb(129,135,3); }

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

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

 span { border-color: rgb(129,135,3); }

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