Html Css Color HEX #876F02 Olive

📋 copy color: '#876F02'

red 135 ◦ green 111 ◦ blue 2

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

Shades of Olive #876F02

Tints of Olive #876F02

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.76%

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

R = 54.44%
G = 44.76%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#876F02 (or 0x876F02) is known color: Olive. HEX triplet: 87, 6F and 02. RGB value is (135,111,2). Sum of RGB (Red+Green+Blue) = 135+111+2=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #876F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876F02 is #7890FD. Grayscale: #6A6A6A. Windows color (decimal): -7901438 or 159623. OLE color: 159623.

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

Color convert

RGB 135 111 2 -
CMYK 0 0.18 0.99 0.47
HSL 49.17º 0.97% 0.27% -
HSV(B) 49.17º 0.99% 0.53% -
XYZ 15.69 16.52 2.42 -
YUV 105.75 69.45 148.86 -
System Red Green Blue C M Y K H S L
Decimal 135 111 2 0 0.18 0.99 0.47 49.17 0.97 0.27
Hex 87 6F 2 0 12 63 2F 31 61 1B
Octal 207 157 2 0 22 143 57 61 141 33
Binary 10000111 1101111 10 0 10010 1100011 101111 110001 1100001 11011

Color Harmonies of #876F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876F02

Black with #876F02

Text Example


Text Example

White with #876F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876F02; }

 p { color: rgb(135,111,2); }

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

background-color css

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

 a { background-color: rgb(135,111,2); }

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

border-color css

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

 span { border-color: rgb(135,111,2); }

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