#819900

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

Shades of Olive #819900

Tints of Olive #819900

Color information

#819900 (or 0x819900) is unknown color: approx Olive. HEX triplet: 81, 99 and 00. RGB value is (129,153,0). Sum of RGB (Red+Green+Blue) = 129+153+0=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #819900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819900 is #7E66FF. Grayscale: #808080. Windows color (decimal): -8283904 or 39297. OLE color: 39297.

HSL color Cylindrical-coordinate representation of color #819900: hue angle of 69.41º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #819900 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB1291530-
CMYK0.16010.4
HSL69.41º100%30%-
HSV(B)69.41º100%60%-
XYZ20.4427.454.22-
YUV128.3855.55128.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.74%
GREEN value IS 153 (60.16% from 255) = 54.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.74%
G=54.26%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal12915300.16010.469.4110030
Hex81990100642845641e
Octal20123102001445010514436
Binary1000000110011001010000011001001010001000101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819900; }

 p { color: rgb(129,153,0); }

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

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

 a { background-color: rgb(129,153,0); }

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

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

 span { border-color: rgb(129,153,0); }

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