Html Css Color HEX #829109 Olive

📋 copy color: '#829109'

red 130 ◦ green 145 ◦ blue 9

#829109
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #829109

Tints of Olive #829109

RGB

 RED value IS 130 (51.17% from 255) = 45.77%

 GREEN value IS 145 (57.03% from 255) = 51.06%

 BLUE value IS 9 (3.91% from 255) = 3.17%

R = 45.77%
G = 51.06%
B = 3.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#829109 (or 0x829109) is known color: Olive. HEX triplet: 82, 91 and 09. RGB value is (130,145,9). Sum of RGB (Red+Green+Blue) = 130+145+9=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #829109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829109 is #7D6EF6. Grayscale: #7D7D7D. Windows color (decimal): -8220407 or 627074. OLE color: 627074.

HSL color Cylindrical-coordinate representation of color #829109: hue angle of 66.62º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #829109 is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 145 9 -
CMYK 0.10 0 0.94 0.43
HSL 66.62º 0.88% 0.3% -
HSV(B) 66.62º 0.94% 0.57% -
XYZ 19.38 25.02 4.07 -
YUV 125.01 62.53 131.56 -
System Red Green Blue C M Y K H S L
Decimal 130 145 9 0.10 0 0.94 0.43 66.62 0.88 0.3
Hex 82 91 9 A 0 5E 2B 43 58 1E
Octal 202 221 11 12 0 136 53 103 130 36
Binary 10000010 10010001 1001 1010 0 1011110 101011 1000011 1011000 11110

Color Harmonies of #829109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829109

Black with #829109

Text Example


Text Example

White with #829109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829109; }

 p { color: rgb(130,145,9); }

 H1.HeaderClassName
 {
   color: #829109;
 }
 .AnyTagClassName
 {
   color: #829109;
 }
</style>

background-color css

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

 a { background-color: rgb(130,145,9); }

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

border-color css

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

 span { border-color: rgb(130,145,9); }

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