Html Css Color HEX #867500 Olive

📋 copy color: '#867500'

red 134 ◦ green 117 ◦ blue 0

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

Shades of Olive #867500

Tints of Olive #867500

RGB

 RED value IS 134 (52.73% from 255) = 53.39%

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

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

R = 53.39%
G = 46.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#867500 (or 0x867500) is known color: Olive. HEX triplet: 86, 75 and 00. RGB value is (134,117,0). Sum of RGB (Red+Green+Blue) = 134+117+0=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #867500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867500 is #798AFF. Grayscale: #6D6D6D. Windows color (decimal): -7965440 or 30086. OLE color: 30086.

HSL color Cylindrical-coordinate representation of color #867500: hue angle of 52.39º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #867500 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 117 0 -
CMYK 0 0.13 1 0.47
HSL 52.39º 1% 0.26% -
HSV(B) 52.39º 1% 0.53% -
XYZ 16.19 17.79 2.58 -
YUV 108.75 66.63 146.01 -
System Red Green Blue C M Y K H S L
Decimal 134 117 0 0 0.13 1 0.47 52.39 1 0.26
Hex 86 75 0 0 D 64 2F 34 64 1A
Octal 206 165 0 0 15 144 57 64 144 32
Binary 10000110 1110101 0 0 1101 1100100 101111 110100 1100100 11010

Color Harmonies of #867500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867500

Black with #867500

Text Example


Text Example

White with #867500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867500; }

 p { color: rgb(134,117,0); }

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

background-color css

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

 a { background-color: rgb(134,117,0); }

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

border-color css

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

 span { border-color: rgb(134,117,0); }

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