#819500

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

Shades of Olive #819500

Tints of Olive #819500

Color information

#819500 (or 0x819500) is unknown color: approx Olive. HEX triplet: 81, 95 and 00. RGB value is (129,149,0). Sum of RGB (Red+Green+Blue) = 129+149+0=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #819500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819500 is #7E6AFF. Grayscale: #7E7E7E. Windows color (decimal): -8284928 or 38273. OLE color: 38273.

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

Color convert

RGB1291490-
CMYK0.13010.42
HSL68.05º100%29.22%-
HSV(B)68.05º100%58.43%-
XYZ19.826.164.01-
YUV126.0356.87130.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.40%
GREEN value IS 149 (58.59% from 255) = 53.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.40%
G=53.60%
B=0%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12914900.13010.4268.0510029.22
Hex81950D0642A44641d
Octal20122501501445210414435
Binary100000011001010101101011001001010101000100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819500; }

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

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

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

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

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

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

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

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