Html Css Color HEX #827805 Olive

📋 copy color: '#827805'

red 130 ◦ green 120 ◦ blue 5

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

Shades of Olive #827805

Tints of Olive #827805

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.06%

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

R = 50.98%
G = 47.06%
B = 1.96%

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

#827805 (or 0x827805) is known color: Olive. HEX triplet: 82, 78 and 05. RGB value is (130,120,5). Sum of RGB (Red+Green+Blue) = 130+120+5=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #827805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827805 is #7D87FA. Grayscale: #6E6E6E. Windows color (decimal): -8226811 or 358530. OLE color: 358530.

HSL color Cylindrical-coordinate representation of color #827805: hue angle of 55.2º 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 #827805 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 120 5 -
CMYK 0 0.08 0.96 0.49
HSL 55.2º 0.93% 0.26% -
HSV(B) 55.2º 0.96% 0.51% -
XYZ 15.95 18.19 2.81 -
YUV 109.88 68.81 142.35 -
System Red Green Blue C M Y K H S L
Decimal 130 120 5 0 0.08 0.96 0.49 55.2 0.93 0.26
Hex 82 78 5 0 8 60 31 37 5D 1A
Octal 202 170 5 0 10 140 61 67 135 32
Binary 10000010 1111000 101 0 1000 1100000 110001 110111 1011101 11010

Color Harmonies of #827805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827805

Black with #827805

Text Example


Text Example

White with #827805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827805; }

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

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

background-color css

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

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

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

border-color css

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

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

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