Html Css Color HEX #878A0D Olive

📋 copy color: '#878A0D'

red 135 ◦ green 138 ◦ blue 13

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

Shades of Olive #878A0D

Tints of Olive #878A0D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.25%

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

R = 47.2%
G = 48.25%
B = 4.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#878A0D (or 0x878A0D) is known color: Olive. HEX triplet: 87, 8A and 0D. RGB value is (135,138,13). Sum of RGB (Red+Green+Blue) = 135+138+13=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #878A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878A0D is #7875F2. Grayscale: #7B7B7B. Windows color (decimal): -7894515 or 887431. OLE color: 887431.

HSL color Cylindrical-coordinate representation of color #878A0D: hue angle of 61.44º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #878A0D is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 135 138 13 -
CMYK 0.02 0 0.91 0.46
HSL 61.44º 0.83% 0.3% -
HSV(B) 61.44º 0.91% 0.54% -
XYZ 19.15 23.36 3.88 -
YUV 122.85 66.01 136.66 -
System Red Green Blue C M Y K H S L
Decimal 135 138 13 0.02 0 0.91 0.46 61.44 0.83 0.3
Hex 87 8A D 2 0 5B 2E 3D 53 1E
Octal 207 212 15 2 0 133 56 75 123 36
Binary 10000111 10001010 1101 10 0 1011011 101110 111101 1010011 11110

Color Harmonies of #878A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878A0D

Black with #878A0D

Text Example


Text Example

White with #878A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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