Html Css Color HEX #817400 Olive

📋 copy color: '#817400'

red 129 ◦ green 116 ◦ blue 0

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

Shades of Olive #817400

Tints of Olive #817400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.65%
G = 47.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#817400 (or 0x817400) is known color: Olive. HEX triplet: 81, 74 and 00. RGB value is (129,116,0). Sum of RGB (Red+Green+Blue) = 129+116+0=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #817400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817400 is #7E8BFF. Grayscale: #6B6B6B. Windows color (decimal): -8293376 or 29825. OLE color: 29825.

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

Color convert

RGB 129 116 0 -
CMYK 0 0.10 1 0.49
HSL 53.95º 1% 0.25% -
HSV(B) 53.95º 1% 0.51% -
XYZ 15.3 17.16 2.51 -
YUV 106.66 67.81 143.93 -
System Red Green Blue C M Y K H S L
Decimal 129 116 0 0 0.10 1 0.49 53.95 1 0.25
Hex 81 74 0 0 A 64 31 36 64 19
Octal 201 164 0 0 12 144 61 66 144 31
Binary 10000001 1110100 0 0 1010 1100100 110001 110110 1100100 11001

Color Harmonies of #817400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817400

Black with #817400

Text Example


Text Example

White with #817400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817400; }

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

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

background-color css

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

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

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

border-color css

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

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

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