Html Css Color HEX #807601 Olive

📋 copy color: '#807601'

red 128 ◦ green 118 ◦ blue 1

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

Shades of Olive #807601

Tints of Olive #807601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.77%

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

R = 51.82%
G = 47.77%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#807601 (or 0x807601) is known color: Olive. HEX triplet: 80, 76 and 01. RGB value is (128,118,1). Sum of RGB (Red+Green+Blue) = 128+118+1=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #807601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807601 is #7F89FE. Grayscale: #6C6C6C. Windows color (decimal): -8358399 or 95872. OLE color: 95872.

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

Color convert

RGB 128 118 1 -
CMYK 0 0.08 0.99 0.50
HSL 55.28º 0.98% 0.25% -
HSV(B) 55.28º 0.99% 0.5% -
XYZ 15.39 17.55 2.6 -
YUV 107.65 67.81 142.51 -
System Red Green Blue C M Y K H S L
Decimal 128 118 1 0 0.08 0.99 0.50 55.28 0.98 0.25
Hex 80 76 1 0 8 63 32 37 62 19
Octal 200 166 1 0 10 143 62 67 142 31
Binary 10000000 1110110 1 0 1000 1100011 110010 110111 1100010 11001

Color Harmonies of #807601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807601

Black with #807601

Text Example


Text Example

White with #807601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807601; }

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

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

background-color css

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

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

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

border-color css

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

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

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