Html Css Color HEX #887002 Olive

📋 copy color: '#887002'

red 136 ◦ green 112 ◦ blue 2

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

Shades of Olive #887002

Tints of Olive #887002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.8%

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

R = 54.4%
G = 44.8%
B = 0.8%

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

#887002 (or 0x887002) is known color: Olive. HEX triplet: 88, 70 and 02. RGB value is (136,112,2). Sum of RGB (Red+Green+Blue) = 136+112+2=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #887002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887002 is #778FFD. Grayscale: #6B6B6B. Windows color (decimal): -7835646 or 159880. OLE color: 159880.

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

Color convert

RGB 136 112 2 -
CMYK 0 0.18 0.99 0.47
HSL 49.25º 0.97% 0.27% -
HSV(B) 49.25º 0.99% 0.53% -
XYZ 15.96 16.83 2.46 -
YUV 106.64 68.95 148.94 -
System Red Green Blue C M Y K H S L
Decimal 136 112 2 0 0.18 0.99 0.47 49.25 0.97 0.27
Hex 88 70 2 0 12 63 2F 31 61 1B
Octal 210 160 2 0 22 143 57 61 141 33
Binary 10001000 1110000 10 0 10010 1100011 101111 110001 1100001 11011

Color Harmonies of #887002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887002

Black with #887002

Text Example


Text Example

White with #887002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887002; }

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

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

background-color css

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

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

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

border-color css

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

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

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