Html Css Color HEX #877003 Olive

📋 copy color: '#877003'

red 135 ◦ green 112 ◦ blue 3

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

Shades of Olive #877003

Tints of Olive #877003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 54%
G = 44.8%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#877003 (or 0x877003) is known color: Olive. HEX triplet: 87, 70 and 03. RGB value is (135,112,3). Sum of RGB (Red+Green+Blue) = 135+112+3=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #877003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877003 is #788FFC. Grayscale: #6A6A6A. Windows color (decimal): -7901181 or 225415. OLE color: 225415.

HSL color Cylindrical-coordinate representation of color #877003: hue angle of 49.55º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #877003 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 112 3 -
CMYK 0 0.17 0.98 0.47
HSL 49.55º 0.96% 0.27% -
HSV(B) 49.55º 0.98% 0.53% -
XYZ 15.8 16.75 2.49 -
YUV 106.45 69.62 148.36 -
System Red Green Blue C M Y K H S L
Decimal 135 112 3 0 0.17 0.98 0.47 49.55 0.96 0.27
Hex 87 70 3 0 11 62 2F 32 60 1B
Octal 207 160 3 0 21 142 57 62 140 33
Binary 10000111 1110000 11 0 10001 1100010 101111 110010 1100000 11011

Color Harmonies of #877003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877003

Black with #877003

Text Example


Text Example

White with #877003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877003; }

 p { color: rgb(135,112,3); }

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

background-color css

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

 a { background-color: rgb(135,112,3); }

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

border-color css

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

 span { border-color: rgb(135,112,3); }

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