#658701

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

Shades of Olive #658701

Tints of Olive #658701

Color information

#658701 (or 0x658701) is unknown color: approx Olive. HEX triplet: 65, 87 and 01. RGB value is (101,135,1). Sum of RGB (Red+Green+Blue) = 101+135+1=237 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.62% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #658701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658701 is #9A78FE. Grayscale: #6E6E6E. Windows color (decimal): -10123519 or 100197. OLE color: 100197.

HSL color Cylindrical-coordinate representation of color #658701: hue angle of 75.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #658701 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1011351-
CMYK0.2500.990.47
HSL75.22º98.53%26.67%-
HSV(B)75.22º99.26%52.94%-
XYZ14.0420.13.17-
YUV109.5666.74121.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.62%
GREEN value IS 135 (53.12% from 255) = 56.96%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=42.62%
G=56.96%
B=0.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10113510.2500.990.4775.2298.5326.67
Hex65871190632F4b631b
Octal14520713101435711314333
Binary110010110000111111001011000111011111001011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658701; }

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

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

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

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

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

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

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

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