Html Css Color HEX #827101 Olive

📋 copy color: '#827101'

red 130 ◦ green 113 ◦ blue 1

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

Shades of Olive #827101

Tints of Olive #827101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.31%

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

R = 53.28%
G = 46.31%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#827101 (or 0x827101) is known color: Olive. HEX triplet: 82, 71 and 01. RGB value is (130,113,1). Sum of RGB (Red+Green+Blue) = 130+113+1=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #827101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827101 is #7D8EFE. Grayscale: #696969. Windows color (decimal): -8228607 or 94594. OLE color: 94594.

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

Color convert

RGB 130 113 1 -
CMYK 0 0.13 0.99 0.49
HSL 52.09º 0.98% 0.26% -
HSV(B) 52.09º 0.99% 0.51% -
XYZ 15.12 16.56 2.43 -
YUV 105.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 130 113 1 0 0.13 0.99 0.49 52.09 0.98 0.26
Hex 82 71 1 0 D 63 31 34 62 1A
Octal 202 161 1 0 15 143 61 64 142 32
Binary 10000010 1110001 1 0 1101 1100011 110001 110100 1100010 11010

Color Harmonies of #827101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827101

Black with #827101

Text Example


Text Example

White with #827101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827101; }

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

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

background-color css

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

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

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

border-color css

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

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

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