Html Css Color HEX #829004 Olive

📋 copy color: '#829004'

red 130 ◦ green 144 ◦ blue 4

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

Shades of Olive #829004

Tints of Olive #829004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.44%

R = 46.76%
G = 51.8%
B = 1.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#829004 (or 0x829004) is known color: Olive. HEX triplet: 82, 90 and 04. RGB value is (130,144,4). Sum of RGB (Red+Green+Blue) = 130+144+4=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #829004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829004 is #7D6FFB. Grayscale: #7C7C7C. Windows color (decimal): -8220668 or 299138. OLE color: 299138.

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

Color convert

RGB 130 144 4 -
CMYK 0.10 0 0.97 0.44
HSL 66º 0.95% 0.29% -
HSV(B) 66º 0.97% 0.56% -
XYZ 19.2 24.7 3.87 -
YUV 123.85 60.36 132.38 -
System Red Green Blue C M Y K H S L
Decimal 130 144 4 0.10 0 0.97 0.44 66 0.95 0.29
Hex 82 90 4 A 0 61 2C 42 5F 1D
Octal 202 220 4 12 0 141 54 102 137 35
Binary 10000010 10010000 100 1010 0 1100001 101100 1000010 1011111 11101

Color Harmonies of #829004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829004

Black with #829004

Text Example


Text Example

White with #829004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829004; }

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

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

background-color css

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

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

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

border-color css

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

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

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