Html Css Color HEX #868601 Olive

📋 copy color: '#868601'

red 134 ◦ green 134 ◦ blue 1

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

Shades of Olive #868601

Tints of Olive #868601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.81%

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

R = 49.81%
G = 49.81%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#868601 (or 0x868601) is known color: Olive. HEX triplet: 86, 86 and 01. RGB value is (134,134,1). Sum of RGB (Red+Green+Blue) = 134+134+1=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 134 - color contains mainly: red, green. Hex color #868601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868601 is #7979FE. Grayscale: #777777. Windows color (decimal): -7961087 or 99974. OLE color: 99974.

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

Color convert

RGB 134 134 1 -
CMYK 0 0 0.99 0.47
HSL 60º 0.99% 0.26% -
HSV(B) 60º 0.99% 0.53% -
XYZ 18.36 22.12 3.33 -
YUV 118.84 61.5 138.81 -
System Red Green Blue C M Y K H S L
Decimal 134 134 1 0 0 0.99 0.47 60 0.99 0.26
Hex 86 86 1 0 0 63 2F 3C 63 1A
Octal 206 206 1 0 0 143 57 74 143 32
Binary 10000110 10000110 1 0 0 1100011 101111 111100 1100011 11010

Color Harmonies of #868601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868601

Black with #868601

Text Example


Text Example

White with #868601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868601; }

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

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

background-color css

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

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

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

border-color css

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

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

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