Html Css Color HEX #829100 Olive

📋 copy color: '#829100'

red 130 ◦ green 145 ◦ blue 0

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

Shades of Olive #829100

Tints of Olive #829100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.27%
G = 52.73%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#829100 (or 0x829100) is known color: Olive. HEX triplet: 82, 91 and 00. RGB value is (130,145,0). Sum of RGB (Red+Green+Blue) = 130+145+0=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #829100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829100 is #7D6EFF. Grayscale: #7C7C7C. Windows color (decimal): -8220416 or 37250. OLE color: 37250.

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

Color convert

RGB 130 145 0 -
CMYK 0.10 0 1 0.43
HSL 66.21º 1% 0.28% -
HSV(B) 66.21º 1% 0.57% -
XYZ 19.33 25 3.81 -
YUV 123.99 58.03 132.29 -
System Red Green Blue C M Y K H S L
Decimal 130 145 0 0.10 0 1 0.43 66.21 1 0.28
Hex 82 91 0 A 0 64 2B 42 64 1C
Octal 202 221 0 12 0 144 53 102 144 34
Binary 10000010 10010001 0 1010 0 1100100 101011 1000010 1100100 11100

Color Harmonies of #829100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829100

Black with #829100

Text Example


Text Example

White with #829100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829100; }

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

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

background-color css

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

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

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

border-color css

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

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

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