Html Css Color HEX #869500 Olive

📋 copy color: '#869500'

red 134 ◦ green 149 ◦ blue 0

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

Shades of Olive #869500

Tints of Olive #869500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.65%

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

R = 47.35%
G = 52.65%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#869500 (or 0x869500) is known color: Olive. HEX triplet: 86, 95 and 00. RGB value is (134,149,0). Sum of RGB (Red+Green+Blue) = 134+149+0=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #869500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869500 is #796AFF. Grayscale: #808080. Windows color (decimal): -7957248 or 38278. OLE color: 38278.

HSL color Cylindrical-coordinate representation of color #869500: hue angle of 66.04º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #869500 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 149 0 -
CMYK 0.10 0 1 0.42
HSL 66.04º 1% 0.29% -
HSV(B) 66.04º 1% 0.58% -
XYZ 20.58 26.56 4.04 -
YUV 127.53 56.03 132.62 -
System Red Green Blue C M Y K H S L
Decimal 134 149 0 0.10 0 1 0.42 66.04 1 0.29
Hex 86 95 0 A 0 64 2A 42 64 1D
Octal 206 225 0 12 0 144 52 102 144 35
Binary 10000110 10010101 0 1010 0 1100100 101010 1000010 1100100 11101

Color Harmonies of #869500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869500

Black with #869500

Text Example


Text Example

White with #869500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869500; }

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

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

background-color css

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

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

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

border-color css

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

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

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