Html Css Color HEX #829006 Olive

📋 copy color: '#829006'

red 130 ◦ green 144 ◦ blue 6

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

Shades of Olive #829006

Tints of Olive #829006

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.43%

 BLUE value IS 6 (2.73% from 255) = 2.14%

R = 46.43%
G = 51.43%
B = 2.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#829006 (or 0x829006) is known color: Olive. HEX triplet: 82, 90 and 06. RGB value is (130,144,6). Sum of RGB (Red+Green+Blue) = 130+144+6=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #829006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829006 is #7D6FF9. Grayscale: #7C7C7C. Windows color (decimal): -8220666 or 430210. OLE color: 430210.

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

Color convert

RGB 130 144 6 -
CMYK 0.10 0 0.96 0.44
HSL 66.09º 0.92% 0.29% -
HSV(B) 66.09º 0.96% 0.56% -
XYZ 19.21 24.71 3.93 -
YUV 124.08 61.36 132.22 -
System Red Green Blue C M Y K H S L
Decimal 130 144 6 0.10 0 0.96 0.44 66.09 0.92 0.29
Hex 82 90 6 A 0 60 2C 42 5C 1D
Octal 202 220 6 12 0 140 54 102 134 35
Binary 10000010 10010000 110 1010 0 1100000 101100 1000010 1011100 11101

Color Harmonies of #829006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829006

Black with #829006

Text Example


Text Example

White with #829006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829006; }

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

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

background-color css

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

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

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

border-color css

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

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

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