Html Css Color HEX #878002 Olive

📋 copy color: '#878002'

red 135 ◦ green 128 ◦ blue 2

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

Shades of Olive #878002

Tints of Olive #878002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.3%

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

R = 50.94%
G = 48.3%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#878002 (or 0x878002) is known color: Olive. HEX triplet: 87, 80 and 02. RGB value is (135,128,2). Sum of RGB (Red+Green+Blue) = 135+128+2=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #878002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878002 is #787FFD. Grayscale: #747474. Windows color (decimal): -7897086 or 163975. OLE color: 163975.

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

Color convert

RGB 135 128 2 -
CMYK 0 0.05 0.99 0.47
HSL 56.84º 0.97% 0.27% -
HSV(B) 56.84º 0.99% 0.53% -
XYZ 17.72 20.59 3.1 -
YUV 115.73 63.82 141.75 -
System Red Green Blue C M Y K H S L
Decimal 135 128 2 0 0.05 0.99 0.47 56.84 0.97 0.27
Hex 87 80 2 0 5 63 2F 39 61 1B
Octal 207 200 2 0 5 143 57 71 141 33
Binary 10000111 10000000 10 0 101 1100011 101111 111001 1100001 11011

Color Harmonies of #878002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878002

Black with #878002

Text Example


Text Example

White with #878002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878002; }

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

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

background-color css

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

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

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

border-color css

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

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

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