#658101

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

Shades of Olive #658101

Tints of Olive #658101

Color information

#658101 (or 0x658101) is unknown color: approx Olive. HEX triplet: 65, 81 and 01. RGB value is (101,129,1). Sum of RGB (Red+Green+Blue) = 101+129+1=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #658101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658101 is #9A7EFE. Grayscale: #6A6A6A. Windows color (decimal): -10125055 or 98661. OLE color: 98661.

HSL color Cylindrical-coordinate representation of color #658101: hue angle of 73.12º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #658101 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB1011291-
CMYK0.2200.990.49
HSL73.12º98.46%25.49%-
HSV(B)73.12º99.22%50.59%-
XYZ13.2218.472.9-
YUV106.0468.72124.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.72%
GREEN value IS 129 (50.78% from 255) = 55.84%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=43.72%
G=55.84%
B=0.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10112910.2200.990.4973.1298.4625.49
Hex658111606331496219
Octal14520112601436111114231
Binary110010110000001110110011000111100011001001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658101; }

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

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

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

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

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

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

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

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