Html Css Color HEX #807401 Olive

📋 copy color: '#807401'

red 128 ◦ green 116 ◦ blue 1

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

Shades of Olive #807401

Tints of Olive #807401

RGB

 RED value IS 128 (50.39% from 255) = 52.24%

 GREEN value IS 116 (45.7% from 255) = 47.35%

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

R = 52.24%
G = 47.35%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#807401 (or 0x807401) is known color: Olive. HEX triplet: 80, 74 and 01. RGB value is (128,116,1). Sum of RGB (Red+Green+Blue) = 128+116+1=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #807401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807401 is #7F8BFE. Grayscale: #6A6A6A. Windows color (decimal): -8358911 or 95360. OLE color: 95360.

HSL color Cylindrical-coordinate representation of color #807401: hue angle of 54.33º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #807401 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 116 1 -
CMYK 0 0.09 0.99 0.50
HSL 54.33º 0.98% 0.25% -
HSV(B) 54.33º 0.99% 0.5% -
XYZ 15.15 17.08 2.53 -
YUV 106.48 68.48 143.35 -
System Red Green Blue C M Y K H S L
Decimal 128 116 1 0 0.09 0.99 0.50 54.33 0.98 0.25
Hex 80 74 1 0 9 63 32 36 62 19
Octal 200 164 1 0 11 143 62 66 142 31
Binary 10000000 1110100 1 0 1001 1100011 110010 110110 1100010 11001

Color Harmonies of #807401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807401

Black with #807401

Text Example


Text Example

White with #807401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807401; }

 p { color: rgb(128,116,1); }

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

background-color css

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

 a { background-color: rgb(128,116,1); }

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

border-color css

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

 span { border-color: rgb(128,116,1); }

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