Html Css Color HEX #829705 Olive

📋 copy color: '#829705'

red 130 ◦ green 151 ◦ blue 5

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

Shades of Olive #829705

Tints of Olive #829705

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.8%

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

R = 45.45%
G = 52.8%
B = 1.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#829705 (or 0x829705) is known color: Olive. HEX triplet: 82, 97 and 05. RGB value is (130,151,5). Sum of RGB (Red+Green+Blue) = 130+151+5=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 151 (59.38% from 255 or 52.80% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 151 - color contains mainly: green. Hex color #829705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829705 is #7D68FA. Grayscale: #808080. Windows color (decimal): -8218875 or 366466. OLE color: 366466.

HSL color Cylindrical-coordinate representation of color #829705: hue angle of 68.63º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #829705 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 151 5 -
CMYK 0.14 0 0.97 0.41
HSL 68.63º 0.94% 0.31% -
HSV(B) 68.63º 0.97% 0.59% -
XYZ 20.3 26.89 4.26 -
YUV 128.08 58.54 129.37 -
System Red Green Blue C M Y K H S L
Decimal 130 151 5 0.14 0 0.97 0.41 68.63 0.94 0.31
Hex 82 97 5 E 0 61 29 45 5E 1F
Octal 202 227 5 16 0 141 51 105 136 37
Binary 10000010 10010111 101 1110 0 1100001 101001 1000101 1011110 11111

Color Harmonies of #829705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829705

Black with #829705

Text Example


Text Example

White with #829705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829705; }

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

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

background-color css

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

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

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

border-color css

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

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

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