Html Css Color HEX #827501 Olive

📋 copy color: '#827501'

red 130 ◦ green 117 ◦ blue 1

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

Shades of Olive #827501

Tints of Olive #827501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.18%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 52.42%
G = 47.18%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#827501 (or 0x827501) is known color: Olive. HEX triplet: 82, 75 and 01. RGB value is (130,117,1). Sum of RGB (Red+Green+Blue) = 130+117+1=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #827501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827501 is #7D8AFE. Grayscale: #6C6C6C. Windows color (decimal): -8227583 or 95618. OLE color: 95618.

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

Color convert

RGB 130 117 1 -
CMYK 0 0.1 0.99 0.49
HSL 53.95º 0.98% 0.26% -
HSV(B) 53.95º 0.99% 0.51% -
XYZ 15.57 17.47 2.58 -
YUV 107.66 67.81 143.93 -
System Red Green Blue C M Y K H S L
Decimal 130 117 1 0 0.1 0.99 0.49 53.95 0.98 0.26
Hex 82 75 1 0 A 63 31 36 62 1A
Octal 202 165 1 0 12 143 61 66 142 32
Binary 10000010 1110101 1 0 1010 1100011 110001 110110 1100010 11010

Color Harmonies of #827501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827501

Black with #827501

Text Example


Text Example

White with #827501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827501; }

 p { color: rgb(130,117,1); }

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

background-color css

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

 a { background-color: rgb(130,117,1); }

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

border-color css

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

 span { border-color: rgb(130,117,1); }

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