Html Css Color HEX #867904 Olive

📋 copy color: '#867904'

red 134 ◦ green 121 ◦ blue 4

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

Shades of Olive #867904

Tints of Olive #867904

RGB

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

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

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

R = 51.74%
G = 46.72%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#867904 (or 0x867904) is known color: Olive. HEX triplet: 86, 79 and 04. RGB value is (134,121,4). Sum of RGB (Red+Green+Blue) = 134+121+4=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #867904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867904 is #7986FB. Grayscale: #707070. Windows color (decimal): -7964412 or 293254. OLE color: 293254.

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

Color convert

RGB 134 121 4 -
CMYK 0 0.10 0.97 0.47
HSL 54º 0.94% 0.27% -
HSV(B) 54º 0.97% 0.53% -
XYZ 16.69 18.75 2.85 -
YUV 111.55 67.31 144.01 -
System Red Green Blue C M Y K H S L
Decimal 134 121 4 0 0.10 0.97 0.47 54 0.94 0.27
Hex 86 79 4 0 A 61 2F 36 5E 1B
Octal 206 171 4 0 12 141 57 66 136 33
Binary 10000110 1111001 100 0 1010 1100001 101111 110110 1011110 11011

Color Harmonies of #867904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867904

Black with #867904

Text Example


Text Example

White with #867904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867904; }

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

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

background-color css

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

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

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

border-color css

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

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

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