Html Css Color HEX #87900C Olive

📋 copy color: '#87900C'

red 135 ◦ green 144 ◦ blue 12

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

Shades of Olive #87900C

Tints of Olive #87900C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.12%

R = 46.39%
G = 49.48%
B = 4.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#87900C (or 0x87900C) is known color: Olive. HEX triplet: 87, 90 and 0C. RGB value is (135,144,12). Sum of RGB (Red+Green+Blue) = 135+144+12=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #87900C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87900C is #786FF3. Grayscale: #7E7E7E. Windows color (decimal): -7892980 or 823431. OLE color: 823431.

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

Color convert

RGB 135 144 12 -
CMYK 0.06 0 0.92 0.44
HSL 64.09º 0.85% 0.31% -
HSV(B) 64.09º 0.92% 0.56% -
XYZ 20.03 25.12 4.14 -
YUV 126.26 63.52 134.23 -
System Red Green Blue C M Y K H S L
Decimal 135 144 12 0.06 0 0.92 0.44 64.09 0.85 0.31
Hex 87 90 C 6 0 5C 2C 40 55 1F
Octal 207 220 14 6 0 134 54 100 125 37
Binary 10000111 10010000 1100 110 0 1011100 101100 1000000 1010101 11111

Color Harmonies of #87900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87900C

Black with #87900C

Text Example


Text Example

White with #87900C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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