Html Css Color HEX #868007 Olive

📋 copy color: '#868007'

red 134 ◦ green 128 ◦ blue 7

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

Shades of Olive #868007

Tints of Olive #868007

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.58%

 BLUE value IS 7 (3.13% from 255) = 2.6%

R = 49.81%
G = 47.58%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#868007 (or 0x868007) is known color: Olive. HEX triplet: 86, 80 and 07. RGB value is (134,128,7). Sum of RGB (Red+Green+Blue) = 134+128+7=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #868007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868007 is #797FF8. Grayscale: #747474. Windows color (decimal): -7962617 or 491654. OLE color: 491654.

HSL color Cylindrical-coordinate representation of color #868007: hue angle of 57.17º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #868007 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 128 7 -
CMYK 0 0.04 0.95 0.47
HSL 57.17º 0.9% 0.28% -
HSV(B) 57.17º 0.95% 0.53% -
XYZ 17.59 20.52 3.24 -
YUV 116 66.49 140.84 -
System Red Green Blue C M Y K H S L
Decimal 134 128 7 0 0.04 0.95 0.47 57.17 0.9 0.28
Hex 86 80 7 0 4 5F 2F 39 5A 1C
Octal 206 200 7 0 4 137 57 71 132 34
Binary 10000110 10000000 111 0 100 1011111 101111 111001 1011010 11100

Color Harmonies of #868007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868007

Black with #868007

Text Example


Text Example

White with #868007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868007; }

 p { color: rgb(134,128,7); }

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

background-color css

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

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

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

border-color css

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

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

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