#818c07

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

Shades of Olive #818C07

Tints of Olive #818C07

Color information

#818C07 (or 0x818C07) is unknown color: approx Olive. HEX triplet: 81, 8C and 07. RGB value is (129,140,7). Sum of RGB (Red+Green+Blue) = 129+140+7=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #818C07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818C07 is #7E73F8. Grayscale: #7A7A7A. Windows color (decimal): -8287225 or 494721. OLE color: 494721.

HSL color Cylindrical-coordinate representation of color #818C07: hue angle of 64.96º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #818C07 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB1291407-
CMYK0.0800.950.45
HSL64.96º90.48%28.82%-
HSV(B)64.96º95%54.9%-
XYZ18.4723.443.75-
YUV121.5563.36133.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 140 (55.08% from 255) = 50.72%
BLUE value IS 7 (3.12% from 255) = 2.54%
R=46.74%
G=50.72%
B=2.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12914070.0800.950.4564.9690.4828.82
Hex818C7805F2D415a1d
Octal20121471001375510113235
Binary10000001100011001111000010111111011011000001101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818c07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818c07; }

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

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

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

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

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

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

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

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