Html Css Color HEX #827705 Olive

📋 copy color: '#827705'

red 130 ◦ green 119 ◦ blue 5

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

Shades of Olive #827705

Tints of Olive #827705

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.85%

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

R = 51.18%
G = 46.85%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#827705 (or 0x827705) is known color: Olive. HEX triplet: 82, 77 and 05. RGB value is (130,119,5). Sum of RGB (Red+Green+Blue) = 130+119+5=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #827705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827705 is #7D88FA. Grayscale: #6D6D6D. Windows color (decimal): -8227067 or 358274. OLE color: 358274.

HSL color Cylindrical-coordinate representation of color #827705: hue angle of 54.72º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #827705 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 119 5 -
CMYK 0 0.08 0.96 0.49
HSL 54.72º 0.93% 0.26% -
HSV(B) 54.72º 0.96% 0.51% -
XYZ 15.83 17.95 2.77 -
YUV 109.29 69.14 142.77 -
System Red Green Blue C M Y K H S L
Decimal 130 119 5 0 0.08 0.96 0.49 54.72 0.93 0.26
Hex 82 77 5 0 8 60 31 37 5D 1A
Octal 202 167 5 0 10 140 61 67 135 32
Binary 10000010 1110111 101 0 1000 1100000 110001 110111 1011101 11010

Color Harmonies of #827705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827705

Black with #827705

Text Example


Text Example

White with #827705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827705; }

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

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

background-color css

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

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

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

border-color css

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

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

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