Html Css Color HEX #887F02 Olive

📋 copy color: '#887F02'

red 136 ◦ green 127 ◦ blue 2

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

Shades of Olive #887F02

Tints of Olive #887F02

RGB

 RED value IS 136 (53.52% from 255) = 51.32%

 GREEN value IS 127 (50% from 255) = 47.92%

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

R = 51.32%
G = 47.92%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#887F02 (or 0x887F02) is known color: Olive. HEX triplet: 88, 7F and 02. RGB value is (136,127,2). Sum of RGB (Red+Green+Blue) = 136+127+2=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 127 (50% from 255 or 47.92% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #887F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887F02 is #7780FD. Grayscale: #737373. Windows color (decimal): -7831806 or 163720. OLE color: 163720.

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

Color convert

RGB 136 127 2 -
CMYK 0 0.07 0.99 0.47
HSL 55.97º 0.97% 0.27% -
HSV(B) 55.97º 0.99% 0.53% -
XYZ 17.75 20.42 3.06 -
YUV 115.44 63.98 142.66 -
System Red Green Blue C M Y K H S L
Decimal 136 127 2 0 0.07 0.99 0.47 55.97 0.97 0.27
Hex 88 7F 2 0 7 63 2F 38 61 1B
Octal 210 177 2 0 7 143 57 70 141 33
Binary 10001000 1111111 10 0 111 1100011 101111 111000 1100001 11011

Color Harmonies of #887F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887F02

Black with #887F02

Text Example


Text Example

White with #887F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,127,2); }

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

background-color css

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

 a { background-color: rgb(136,127,2); }

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

border-color css

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

 span { border-color: rgb(136,127,2); }

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