#818602

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

Shades of Olive #818602

Tints of Olive #818602

Color information

#818602 (or 0x818602) is unknown color: approx Olive. HEX triplet: 81, 86 and 02. RGB value is (129,134,2). Sum of RGB (Red+Green+Blue) = 129+134+2=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #818602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818602 is #7E79FD. Grayscale: #757575. Windows color (decimal): -8288766 or 165505. OLE color: 165505.

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

Color convert

RGB1291342-
CMYK0.0400.990.47
HSL62.27º97.06%26.67%-
HSV(B)62.27º98.51%52.55%-
XYZ17.5921.723.32-
YUV117.4662.84136.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.68%
GREEN value IS 134 (52.73% from 255) = 50.57%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=48.68%
G=50.57%
B=0.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12913420.0400.990.4762.2797.0626.67
Hex8186240632F3e611b
Octal201206240143577614133
Binary10000001100001101010001100011101111111110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818602; }

 p { color: rgb(129,134,2); }

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

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

 a { background-color: rgb(129,134,2); }

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

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

 span { border-color: rgb(129,134,2); }

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