Html Css Color HEX #867F04 Olive

📋 copy color: '#867F04'

red 134 ◦ green 127 ◦ blue 4

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

Shades of Olive #867F04

Tints of Olive #867F04

RGB

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

 GREEN value IS 127 (50% from 255) = 47.92%

 BLUE value IS 4 (1.95% from 255) = 1.51%

R = 50.57%
G = 47.92%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#867F04 (or 0x867F04) is known color: Olive. HEX triplet: 86, 7F and 04. RGB value is (134,127,4). Sum of RGB (Red+Green+Blue) = 134+127+4=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 127 (50% from 255 or 47.92% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #867F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867F04 is #7980FB. Grayscale: #737373. Windows color (decimal): -7962876 or 294790. OLE color: 294790.

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

Color convert

RGB 134 127 4 -
CMYK 0 0.05 0.97 0.47
HSL 56.77º 0.94% 0.27% -
HSV(B) 56.77º 0.97% 0.53% -
XYZ 17.44 20.26 3.11 -
YUV 115.07 65.32 141.5 -
System Red Green Blue C M Y K H S L
Decimal 134 127 4 0 0.05 0.97 0.47 56.77 0.94 0.27
Hex 86 7F 4 0 5 61 2F 39 5E 1B
Octal 206 177 4 0 5 141 57 71 136 33
Binary 10000110 1111111 100 0 101 1100001 101111 111001 1011110 11011

Color Harmonies of #867F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867F04

Black with #867F04

Text Example


Text Example

White with #867F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867F04; }

 p { color: rgb(134,127,4); }

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

background-color css

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

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

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

border-color css

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

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

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