#819609

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

Shades of Olive #819609

Tints of Olive #819609

Color information

#819609 (or 0x819609) is unknown color: approx Olive. HEX triplet: 81, 96 and 09. RGB value is (129,150,9). Sum of RGB (Red+Green+Blue) = 129+150+9=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #819609 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819609 is #7E69F6. Grayscale: #808080. Windows color (decimal): -8284663 or 628353. OLE color: 628353.

HSL color Cylindrical-coordinate representation of color #819609: hue angle of 68.94º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #819609 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB1291509-
CMYK0.1400.940.41
HSL68.94º88.68%31.18%-
HSV(B)68.94º94%58.82%-
XYZ20.0126.54.32-
YUV127.6561.04128.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.79%
GREEN value IS 150 (58.98% from 255) = 52.08%
BLUE value IS 9 (3.91% from 255) = 3.12%
R=44.79%
G=52.08%
B=3.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12915090.1400.940.4168.9488.6831.18
Hex81969E05E2945591f
Octal201226111601365110513137
Binary100000011001011010011110010111101010011000101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819609; }

 p { color: rgb(129,150,9); }

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

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

 a { background-color: rgb(129,150,9); }

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

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

 span { border-color: rgb(129,150,9); }

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