#819407

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

Shades of Olive #819407

Tints of Olive #819407

Color information

#819407 (or 0x819407) is unknown color: approx Olive. HEX triplet: 81, 94 and 07. RGB value is (129,148,7). Sum of RGB (Red+Green+Blue) = 129+148+7=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 7 (3.12% from 255 or 2.46% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #819407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819407 is #7E6BF8. Grayscale: #7E7E7E. Windows color (decimal): -8285177 or 496769. OLE color: 496769.

HSL color Cylindrical-coordinate representation of color #819407: hue angle of 68.09º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #819407 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB1291487-
CMYK0.1300.950.42
HSL68.09º90.97%30.39%-
HSV(B)68.09º95.27%58.04%-
XYZ19.6825.864.16-
YUV126.2460.71129.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.42%
GREEN value IS 148 (58.20% from 255) = 52.11%
BLUE value IS 7 (3.12% from 255) = 2.46%
R=45.42%
G=52.11%
B=2.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12914870.1300.950.4268.0990.9730.39
Hex81947D05F2A445b1e
Octal20122471501375210413336
Binary10000001100101001111101010111111010101000100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819407; }

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

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

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

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

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

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

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

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