Html Css Color HEX #817701 Olive

📋 copy color: '#817701'

red 129 ◦ green 119 ◦ blue 1

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

Shades of Olive #817701

Tints of Olive #817701

RGB

 RED value IS 129 (50.78% from 255) = 51.81%

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

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

R = 51.81%
G = 47.79%
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

#817701 (or 0x817701) is known color: Olive. HEX triplet: 81, 77 and 01. RGB value is (129,119,1). Sum of RGB (Red+Green+Blue) = 129+119+1=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #817701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817701 is #7E88FE. Grayscale: #6D6D6D. Windows color (decimal): -8292607 or 96129. OLE color: 96129.

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

Color convert

RGB 129 119 1 -
CMYK 0 0.08 0.99 0.49
HSL 55.31º 0.98% 0.25% -
HSV(B) 55.31º 0.99% 0.51% -
XYZ 15.66 17.86 2.65 -
YUV 108.54 67.31 142.59 -
System Red Green Blue C M Y K H S L
Decimal 129 119 1 0 0.08 0.99 0.49 55.31 0.98 0.25
Hex 81 77 1 0 8 63 31 37 62 19
Octal 201 167 1 0 10 143 61 67 142 31
Binary 10000001 1110111 1 0 1000 1100011 110001 110111 1100010 11001

Color Harmonies of #817701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817701

Black with #817701

Text Example


Text Example

White with #817701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817701; }

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

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

background-color css

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

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

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

border-color css

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

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

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