#918701

Color #918701 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #918701

Tints of Olive #918701

Color information

#918701 (or 0x918701) is unknown color: approx Olive. HEX triplet: 91, 87 and 01. RGB value is (145,135,1). Sum of RGB (Red+Green+Blue) = 145+135+1=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #918701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918701 is #6E78FE. Grayscale: #7B7B7B. Windows color (decimal): -7239935 or 100241. OLE color: 100241.

HSL color Cylindrical-coordinate representation of color #918701: hue angle of 55.83º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #918701 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB1451351-
CMYK00.070.990.43
HSL55.83º98.63%28.63%-
HSV(B)55.83º99.31%56.86%-
XYZ20.3523.353.46-
YUV122.7159.31143.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.60%
GREEN value IS 135 (53.12% from 255) = 48.04%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=51.60%
G=48.04%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145135100.070.990.4355.8398.6328.63
Hex9187107632B38631d
Octal221207107143537014335
Binary1001000110000111101111100011101011111000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918701; }

 p { color: rgb(145,135,1); }

 H1.HeaderClassName
 {
   color: #918701;
 }
 .AnyTagClassName
 {
   color: #918701;
 }
</style>
background-color css

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

 a { background-color: rgb(145,135,1); }

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

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

 span { border-color: rgb(145,135,1); }

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