Html Css Color HEX #869502 Olive

📋 copy color: '#869502'

red 134 ◦ green 149 ◦ blue 2

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

Shades of Olive #869502

Tints of Olive #869502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 47.02%
G = 52.28%
B = 0.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#869502 (or 0x869502) is known color: Olive. HEX triplet: 86, 95 and 02. RGB value is (134,149,2). Sum of RGB (Red+Green+Blue) = 134+149+2=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #869502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869502 is #796AFD. Grayscale: #808080. Windows color (decimal): -7957246 or 169350. OLE color: 169350.

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

Color convert

RGB 134 149 2 -
CMYK 0.10 0 0.99 0.42
HSL 66.12º 0.97% 0.3% -
HSV(B) 66.12º 0.99% 0.58% -
XYZ 20.59 26.57 4.1 -
YUV 127.76 57.03 132.45 -
System Red Green Blue C M Y K H S L
Decimal 134 149 2 0.10 0 0.99 0.42 66.12 0.97 0.3
Hex 86 95 2 A 0 63 2A 42 61 1E
Octal 206 225 2 12 0 143 52 102 141 36
Binary 10000110 10010101 10 1010 0 1100011 101010 1000010 1100001 11110

Color Harmonies of #869502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869502

Black with #869502

Text Example


Text Example

White with #869502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869502; }

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

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

background-color css

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

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

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

border-color css

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

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

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