Html Css Color HEX #887402 Olive

📋 copy color: '#887402'

red 136 ◦ green 116 ◦ blue 2

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

Shades of Olive #887402

Tints of Olive #887402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.67%

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

R = 53.54%
G = 45.67%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#887402 (or 0x887402) is known color: Olive. HEX triplet: 88, 74 and 02. RGB value is (136,116,2). Sum of RGB (Red+Green+Blue) = 136+116+2=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #887402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887402 is #778BFD. Grayscale: #6D6D6D. Windows color (decimal): -7834622 or 160904. OLE color: 160904.

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

Color convert

RGB 136 116 2 -
CMYK 0 0.15 0.99 0.47
HSL 51.04º 0.97% 0.27% -
HSV(B) 51.04º 0.99% 0.53% -
XYZ 16.41 17.73 2.61 -
YUV 108.98 67.63 147.27 -
System Red Green Blue C M Y K H S L
Decimal 136 116 2 0 0.15 0.99 0.47 51.04 0.97 0.27
Hex 88 74 2 0 F 63 2F 33 61 1B
Octal 210 164 2 0 17 143 57 63 141 33
Binary 10001000 1110100 10 0 1111 1100011 101111 110011 1100001 11011

Color Harmonies of #887402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887402

Black with #887402

Text Example


Text Example

White with #887402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887402; }

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

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

background-color css

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

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

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

border-color css

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

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

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