#829003

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

Shades of Olive #829003

Tints of Olive #829003

Color information

#829003 (or 0x829003) is unknown color: approx Olive. HEX triplet: 82, 90 and 03. RGB value is (130,144,3). Sum of RGB (Red+Green+Blue) = 130+144+3=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #829003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829003 is #7D6FFC. Grayscale: #7C7C7C. Windows color (decimal): -8220669 or 233602. OLE color: 233602.

HSL color Cylindrical-coordinate representation of color #829003: hue angle of 65.96º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #829003 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.

Color convert

RGB1301443-
CMYK0.1000.980.44
HSL65.96º95.92%28.82%-
HSV(B)65.96º97.92%56.47%-
XYZ19.224.73.84-
YUV123.7459.86132.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 144 (56.64% from 255) = 51.99%
BLUE value IS 3 (1.56% from 255) = 1.08%
R=46.93%
G=51.99%
B=1.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13014430.1000.980.4465.9695.9228.82
Hex82903A0622C42601d
Octal20222031201425410214035
Binary1000001010010000111010011000101011001000010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829003; }

 p { color: rgb(130,144,3); }

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

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

 a { background-color: rgb(130,144,3); }

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

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

 span { border-color: rgb(130,144,3); }

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