Html Css Color HEX #876901 Olive

📋 copy color: '#876901'

red 135 ◦ green 105 ◦ blue 1

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

Shades of Olive #876901

Tints of Olive #876901

RGB

 RED value IS 135 (53.13% from 255) = 56.02%

 GREEN value IS 105 (41.41% from 255) = 43.57%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 56.02%
G = 43.57%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#876901 (or 0x876901) is known color: Olive. HEX triplet: 87, 69 and 01. RGB value is (135,105,1). Sum of RGB (Red+Green+Blue) = 135+105+1=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #876901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876901 is #7896FE. Grayscale: #666666. Windows color (decimal): -7902975 or 92551. OLE color: 92551.

HSL color Cylindrical-coordinate representation of color #876901: hue angle of 46.57º degrees, saturation: 0.99, 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 #876901 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 105 1 -
CMYK 0 0.22 0.99 0.47
HSL 46.57º 0.99% 0.27% -
HSV(B) 46.57º 0.99% 0.53% -
XYZ 15.05 15.26 2.18 -
YUV 102.11 70.94 151.46 -
System Red Green Blue C M Y K H S L
Decimal 135 105 1 0 0.22 0.99 0.47 46.57 0.99 0.27
Hex 87 69 1 0 16 63 2F 2F 63 1B
Octal 207 151 1 0 26 143 57 57 143 33
Binary 10000111 1101001 1 0 10110 1100011 101111 101111 1100011 11011

Color Harmonies of #876901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876901

Black with #876901

Text Example


Text Example

White with #876901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876901; }

 p { color: rgb(135,105,1); }

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

background-color css

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

 a { background-color: rgb(135,105,1); }

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

border-color css

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

 span { border-color: rgb(135,105,1); }

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