#819804

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

Shades of Olive #819804

Tints of Olive #819804

Color information

#819804 (or 0x819804) is unknown color: approx Olive. HEX triplet: 81, 98 and 04. RGB value is (129,152,4). Sum of RGB (Red+Green+Blue) = 129+152+4=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #819804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819804 is #7E67FB. Grayscale: #808080. Windows color (decimal): -8284156 or 301185. OLE color: 301185.

HSL color Cylindrical-coordinate representation of color #819804: hue angle of 69.32º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #819804 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB1291524-
CMYK0.1500.970.40
HSL69.32º94.87%30.59%-
HSV(B)69.32º97.37%59.61%-
XYZ20.327.134.28-
YUV128.2557.88128.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 152 (59.77% from 255) = 53.33%
BLUE value IS 4 (1.95% from 255) = 1.40%
R=45.26%
G=53.33%
B=1.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12915240.1500.970.4069.3294.8730.59
Hex81984F06128455f1f
Octal20123041701415010513737
Binary10000001100110001001111011000011010001000101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819804; }

 p { color: rgb(129,152,4); }

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

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

 a { background-color: rgb(129,152,4); }

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

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

 span { border-color: rgb(129,152,4); }

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