Html Css Color HEX #829009 Olive

📋 copy color: '#829009'

red 130 ◦ green 144 ◦ blue 9

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

Shades of Olive #829009

Tints of Olive #829009

RGB

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

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

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

R = 45.94%
G = 50.88%
B = 3.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#829009 (or 0x829009) is known color: Olive. HEX triplet: 82, 90 and 09. RGB value is (130,144,9). Sum of RGB (Red+Green+Blue) = 130+144+9=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #829009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829009 is #7D6FF6. Grayscale: #7C7C7C. Windows color (decimal): -8220663 or 626818. OLE color: 626818.

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

Color convert

RGB 130 144 9 -
CMYK 0.10 0 0.94 0.44
HSL 66.22º 0.88% 0.3% -
HSV(B) 66.22º 0.94% 0.56% -
XYZ 19.23 24.71 4.01 -
YUV 124.42 62.86 131.98 -
System Red Green Blue C M Y K H S L
Decimal 130 144 9 0.10 0 0.94 0.44 66.22 0.88 0.3
Hex 82 90 9 A 0 5E 2C 42 58 1E
Octal 202 220 11 12 0 136 54 102 130 36
Binary 10000010 10010000 1001 1010 0 1011110 101100 1000010 1011000 11110

Color Harmonies of #829009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829009

Black with #829009

Text Example


Text Example

White with #829009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829009; }

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

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

background-color css

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

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

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

border-color css

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

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

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