Html Css Color HEX #827701 Olive

📋 copy color: '#827701'

red 130 ◦ green 119 ◦ blue 1

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

Shades of Olive #827701

Tints of Olive #827701

RGB

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

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

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

R = 52%
G = 47.6%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#827701 (or 0x827701) is known color: Olive. HEX triplet: 82, 77 and 01. RGB value is (130,119,1). Sum of RGB (Red+Green+Blue) = 130+119+1=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #827701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827701 is #7D88FE. Grayscale: #6D6D6D. Windows color (decimal): -8227071 or 96130. OLE color: 96130.

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

Color convert

RGB 130 119 1 -
CMYK 0 0.08 0.99 0.49
HSL 54.88º 0.98% 0.26% -
HSV(B) 54.88º 0.99% 0.51% -
XYZ 15.81 17.94 2.66 -
YUV 108.84 67.14 143.09 -
System Red Green Blue C M Y K H S L
Decimal 130 119 1 0 0.08 0.99 0.49 54.88 0.98 0.26
Hex 82 77 1 0 8 63 31 37 62 1A
Octal 202 167 1 0 10 143 61 67 142 32
Binary 10000010 1110111 1 0 1000 1100011 110001 110111 1100010 11010

Color Harmonies of #827701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827701

Black with #827701

Text Example


Text Example

White with #827701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827701; }

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

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

background-color css

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

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

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

border-color css

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

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

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