Html Css Color HEX #868800 Olive

📋 copy color: '#868800'

red 134 ◦ green 136 ◦ blue 0

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

Shades of Olive #868800

Tints of Olive #868800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.37%

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

R = 49.63%
G = 50.37%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#868800 (or 0x868800) is known color: Olive. HEX triplet: 86, 88 and 00. RGB value is (134,136,0). Sum of RGB (Red+Green+Blue) = 134+136+0=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #868800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868800 is #7977FF. Grayscale: #787878. Windows color (decimal): -7960576 or 34950. OLE color: 34950.

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

Color convert

RGB 134 136 0 -
CMYK 0.01 0 1 0.47
HSL 60.88º 1% 0.27% -
HSV(B) 60.88º 1% 0.53% -
XYZ 18.64 22.68 3.39 -
YUV 119.9 60.34 138.06 -
System Red Green Blue C M Y K H S L
Decimal 134 136 0 0.01 0 1 0.47 60.88 1 0.27
Hex 86 88 0 1 0 64 2F 3D 64 1B
Octal 206 210 0 1 0 144 57 75 144 33
Binary 10000110 10001000 0 1 0 1100100 101111 111101 1100100 11011

Color Harmonies of #868800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868800

Black with #868800

Text Example


Text Example

White with #868800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868800; }

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

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

background-color css

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

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

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

border-color css

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

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

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