Html Css Color HEX #817504 Olive

📋 copy color: '#817504'

red 129 ◦ green 117 ◦ blue 4

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

Shades of Olive #817504

Tints of Olive #817504

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.8%

 BLUE value IS 4 (1.95% from 255) = 1.6%

R = 51.6%
G = 46.8%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#817504 (or 0x817504) is known color: Olive. HEX triplet: 81, 75 and 04. RGB value is (129,117,4). Sum of RGB (Red+Green+Blue) = 129+117+4=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #817504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817504 is #7E8AFB. Grayscale: #6C6C6C. Windows color (decimal): -8293116 or 292225. OLE color: 292225.

HSL color Cylindrical-coordinate representation of color #817504: hue angle of 54.24º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #817504 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 117 4 -
CMYK 0 0.09 0.97 0.49
HSL 54.24º 0.94% 0.26% -
HSV(B) 54.24º 0.97% 0.51% -
XYZ 15.44 17.4 2.66 -
YUV 107.71 69.48 143.19 -
System Red Green Blue C M Y K H S L
Decimal 129 117 4 0 0.09 0.97 0.49 54.24 0.94 0.26
Hex 81 75 4 0 9 61 31 36 5E 1A
Octal 201 165 4 0 11 141 61 66 136 32
Binary 10000001 1110101 100 0 1001 1100001 110001 110110 1011110 11010

Color Harmonies of #817504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817504

Black with #817504

Text Example


Text Example

White with #817504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817504; }

 p { color: rgb(129,117,4); }

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

background-color css

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

 a { background-color: rgb(129,117,4); }

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

border-color css

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

 span { border-color: rgb(129,117,4); }

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