Html Css Color HEX #87900D Olive

📋 copy color: '#87900D'

red 135 ◦ green 144 ◦ blue 13

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

Shades of Olive #87900D

Tints of Olive #87900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.32%

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

R = 46.23%
G = 49.32%
B = 4.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#87900D (or 0x87900D) is known color: Olive. HEX triplet: 87, 90 and 0D. RGB value is (135,144,13). Sum of RGB (Red+Green+Blue) = 135+144+13=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #87900D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87900D is #786FF2. Grayscale: #7E7E7E. Windows color (decimal): -7892979 or 888967. OLE color: 888967.

HSL color Cylindrical-coordinate representation of color #87900D: hue angle of 64.12º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87900D is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 144 13 -
CMYK 0.06 0 0.91 0.44
HSL 64.12º 0.83% 0.31% -
HSV(B) 64.12º 0.91% 0.56% -
XYZ 20.04 25.13 4.17 -
YUV 126.38 64.02 134.15 -
System Red Green Blue C M Y K H S L
Decimal 135 144 13 0.06 0 0.91 0.44 64.12 0.83 0.31
Hex 87 90 D 6 0 5B 2C 40 53 1F
Octal 207 220 15 6 0 133 54 100 123 37
Binary 10000111 10010000 1101 110 0 1011011 101100 1000000 1010011 11111

Color Harmonies of #87900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87900D

Black with #87900D

Text Example


Text Example

White with #87900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87900D; }

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

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

background-color css

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

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

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

border-color css

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

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

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