Html Css Color HEX #877C0D Olive

📋 copy color: '#877C0D'

red 135 ◦ green 124 ◦ blue 13

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

Shades of Olive #877C0D

Tints of Olive #877C0D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.59%

 BLUE value IS 13 (5.47% from 255) = 4.78%

R = 49.63%
G = 45.59%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#877C0D (or 0x877C0D) is known color: Olive. HEX triplet: 87, 7C and 0D. RGB value is (135,124,13). Sum of RGB (Red+Green+Blue) = 135+124+13=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #877C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877C0D is #7883F2. Grayscale: #737373. Windows color (decimal): -7898099 or 883847. OLE color: 883847.

HSL color Cylindrical-coordinate representation of color #877C0D: hue angle of 54.59º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #877C0D is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 124 13 -
CMYK 0 0.08 0.90 0.47
HSL 54.59º 0.82% 0.29% -
HSV(B) 54.59º 0.9% 0.53% -
XYZ 17.27 19.6 3.25 -
YUV 114.64 70.64 142.53 -
System Red Green Blue C M Y K H S L
Decimal 135 124 13 0 0.08 0.90 0.47 54.59 0.82 0.29
Hex 87 7C D 0 8 5A 2F 37 52 1D
Octal 207 174 15 0 10 132 57 67 122 35
Binary 10000111 1111100 1101 0 1000 1011010 101111 110111 1010010 11101

Color Harmonies of #877C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877C0D

Black with #877C0D

Text Example


Text Example

White with #877C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877C0D; }

 p { color: rgb(135,124,13); }

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

background-color css

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

 a { background-color: rgb(135,124,13); }

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

border-color css

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

 span { border-color: rgb(135,124,13); }

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