Html Css Color HEX #868501 Olive

📋 copy color: '#868501'

red 134 ◦ green 133 ◦ blue 1

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

Shades of Olive #868501

Tints of Olive #868501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.63%

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

R = 50%
G = 49.63%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#868501 (or 0x868501) is known color: Olive. HEX triplet: 86, 85 and 01. RGB value is (134,133,1). Sum of RGB (Red+Green+Blue) = 134+133+1=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #868501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868501 is #797AFE. Grayscale: #767676. Windows color (decimal): -7961343 or 99718. OLE color: 99718.

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

Color convert

RGB 134 133 1 -
CMYK 0 0.01 0.99 0.47
HSL 59.55º 0.99% 0.26% -
HSV(B) 59.55º 0.99% 0.53% -
XYZ 18.22 21.85 3.28 -
YUV 118.25 61.83 139.23 -
System Red Green Blue C M Y K H S L
Decimal 134 133 1 0 0.01 0.99 0.47 59.55 0.99 0.26
Hex 86 85 1 0 1 63 2F 3C 63 1A
Octal 206 205 1 0 1 143 57 74 143 32
Binary 10000110 10000101 1 0 1 1100011 101111 111100 1100011 11010

Color Harmonies of #868501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868501

Black with #868501

Text Example


Text Example

White with #868501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868501; }

 p { color: rgb(134,133,1); }

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

background-color css

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

 a { background-color: rgb(134,133,1); }

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

border-color css

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

 span { border-color: rgb(134,133,1); }

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