Html Css Color HEX #867900 Olive

📋 copy color: '#867900'

red 134 ◦ green 121 ◦ blue 0

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

Shades of Olive #867900

Tints of Olive #867900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.45%

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

R = 52.55%
G = 47.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#867900 (or 0x867900) is known color: Olive. HEX triplet: 86, 79 and 00. RGB value is (134,121,0). Sum of RGB (Red+Green+Blue) = 134+121+0=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #867900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867900 is #7986FF. Grayscale: #6F6F6F. Windows color (decimal): -7964416 or 31110. OLE color: 31110.

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

Color convert

RGB 134 121 0 -
CMYK 0 0.10 1 0.47
HSL 54.18º 1% 0.26% -
HSV(B) 54.18º 1% 0.53% -
XYZ 16.67 18.74 2.74 -
YUV 111.09 65.31 144.34 -
System Red Green Blue C M Y K H S L
Decimal 134 121 0 0 0.10 1 0.47 54.18 1 0.26
Hex 86 79 0 0 A 64 2F 36 64 1A
Octal 206 171 0 0 12 144 57 66 144 32
Binary 10000110 1111001 0 0 1010 1100100 101111 110110 1100100 11010

Color Harmonies of #867900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867900

Black with #867900

Text Example


Text Example

White with #867900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867900; }

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

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

background-color css

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

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

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

border-color css

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

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

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