Html Css Color HEX #888702 Olive

📋 copy color: '#888702'

red 136 ◦ green 135 ◦ blue 2

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

Shades of Olive #888702

Tints of Olive #888702

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.45%

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

R = 49.82%
G = 49.45%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#888702 (or 0x888702) is known color: Olive. HEX triplet: 88, 87 and 02. RGB value is (136,135,2). Sum of RGB (Red+Green+Blue) = 136+135+2=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #888702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888702 is #7778FD. Grayscale: #787878. Windows color (decimal): -7829758 or 165768. OLE color: 165768.

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

Color convert

RGB 136 135 2 -
CMYK 0 0.01 0.99 0.47
HSL 59.55º 0.97% 0.27% -
HSV(B) 59.55º 0.99% 0.53% -
XYZ 18.83 22.57 3.42 -
YUV 120.14 61.33 139.31 -
System Red Green Blue C M Y K H S L
Decimal 136 135 2 0 0.01 0.99 0.47 59.55 0.97 0.27
Hex 88 87 2 0 1 63 2F 3C 61 1B
Octal 210 207 2 0 1 143 57 74 141 33
Binary 10001000 10000111 10 0 1 1100011 101111 111100 1100001 11011

Color Harmonies of #888702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888702

Black with #888702

Text Example


Text Example

White with #888702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888702; }

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

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

background-color css

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

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

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

border-color css

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

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

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