Html Css Color HEX #867502 Olive

📋 copy color: '#867502'

red 134 ◦ green 117 ◦ blue 2

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

Shades of Olive #867502

Tints of Olive #867502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.25%

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

R = 52.96%
G = 46.25%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#867502 (or 0x867502) is known color: Olive. HEX triplet: 86, 75 and 02. RGB value is (134,117,2). Sum of RGB (Red+Green+Blue) = 134+117+2=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #867502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867502 is #798AFD. Grayscale: #6D6D6D. Windows color (decimal): -7965438 or 161158. OLE color: 161158.

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

Color convert

RGB 134 117 2 -
CMYK 0 0.13 0.99 0.47
HSL 52.27º 0.97% 0.27% -
HSV(B) 52.27º 0.99% 0.53% -
XYZ 16.2 17.8 2.64 -
YUV 108.97 67.63 145.85 -
System Red Green Blue C M Y K H S L
Decimal 134 117 2 0 0.13 0.99 0.47 52.27 0.97 0.27
Hex 86 75 2 0 D 63 2F 34 61 1B
Octal 206 165 2 0 15 143 57 64 141 33
Binary 10000110 1110101 10 0 1101 1100011 101111 110100 1100001 11011

Color Harmonies of #867502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867502

Black with #867502

Text Example


Text Example

White with #867502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867502; }

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

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

background-color css

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

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

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

border-color css

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

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

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