Html Css Color HEX #817401 Olive

📋 copy color: '#817401'

red 129 ◦ green 116 ◦ blue 1

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

Shades of Olive #817401

Tints of Olive #817401

RGB

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

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

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

R = 52.44%
G = 47.15%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#817401 (or 0x817401) is known color: Olive. HEX triplet: 81, 74 and 01. RGB value is (129,116,1). Sum of RGB (Red+Green+Blue) = 129+116+1=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #817401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817401 is #7E8BFE. Grayscale: #6B6B6B. Windows color (decimal): -8293375 or 95361. OLE color: 95361.

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

Color convert

RGB 129 116 1 -
CMYK 0 0.10 0.99 0.49
HSL 53.91º 0.98% 0.25% -
HSV(B) 53.91º 0.99% 0.51% -
XYZ 15.3 17.16 2.53 -
YUV 106.78 68.31 143.85 -
System Red Green Blue C M Y K H S L
Decimal 129 116 1 0 0.10 0.99 0.49 53.91 0.98 0.25
Hex 81 74 1 0 A 63 31 36 62 19
Octal 201 164 1 0 12 143 61 66 142 31
Binary 10000001 1110100 1 0 1010 1100011 110001 110110 1100010 11001

Color Harmonies of #817401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817401

Black with #817401

Text Example


Text Example

White with #817401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817401; }

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

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

background-color css

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

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

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

border-color css

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

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

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