Html Css Color HEX #829405 Olive

📋 copy color: '#829405'

red 130 ◦ green 148 ◦ blue 5

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

Shades of Olive #829405

Tints of Olive #829405

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.3%

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 45.94%
G = 52.3%
B = 1.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#829405 (or 0x829405) is known color: Olive. HEX triplet: 82, 94 and 05. RGB value is (130,148,5). Sum of RGB (Red+Green+Blue) = 130+148+5=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #829405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829405 is #7D6BFA. Grayscale: #7E7E7E. Windows color (decimal): -8219643 or 365698. OLE color: 365698.

HSL color Cylindrical-coordinate representation of color #829405: hue angle of 67.55º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #829405 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 148 5 -
CMYK 0.12 0 0.97 0.42
HSL 67.55º 0.93% 0.3% -
HSV(B) 67.55º 0.97% 0.58% -
XYZ 19.82 25.94 4.11 -
YUV 126.32 59.54 130.63 -
System Red Green Blue C M Y K H S L
Decimal 130 148 5 0.12 0 0.97 0.42 67.55 0.93 0.3
Hex 82 94 5 C 0 61 2A 44 5D 1E
Octal 202 224 5 14 0 141 52 104 135 36
Binary 10000010 10010100 101 1100 0 1100001 101010 1000100 1011101 11110

Color Harmonies of #829405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829405

Black with #829405

Text Example


Text Example

White with #829405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829405; }

 p { color: rgb(130,148,5); }

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

background-color css

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

 a { background-color: rgb(130,148,5); }

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

border-color css

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

 span { border-color: rgb(130,148,5); }

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