#818207

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

Shades of Olive #818207

Tints of Olive #818207

Color information

#818207 (or 0x818207) is unknown color: approx Olive. HEX triplet: 81, 82 and 07. RGB value is (129,130,7). Sum of RGB (Red+Green+Blue) = 129+130+7=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #818207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818207 is #7E7DF8. Grayscale: #747474. Windows color (decimal): -8289785 or 492161. OLE color: 492161.

HSL color Cylindrical-coordinate representation of color #818207: hue angle of 60.49º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #818207 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1291307-
CMYK0.0100.950.49
HSL60.49º89.78%26.86%-
HSV(B)60.49º94.62%50.98%-
XYZ17.0720.653.29-
YUV115.6866.67137.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.50%
GREEN value IS 130 (51.17% from 255) = 48.87%
BLUE value IS 7 (3.12% from 255) = 2.63%
R=48.50%
G=48.87%
B=2.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12913070.0100.950.4960.4989.7826.86
Hex81827105F313c5a1b
Octal201202710137617413233
Binary1000000110000010111101011111110001111100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818207; }

 p { color: rgb(129,130,7); }

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

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

 a { background-color: rgb(129,130,7); }

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

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

 span { border-color: rgb(129,130,7); }

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