#658969

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

Shades of Laurel #658969

Tints of Laurel #658969

Color information

#658969 (or 0x658969) is unknown color: approx Laurel. HEX triplet: 65, 89 and 69. RGB value is (101,137,105). Sum of RGB (Red+Green+Blue) = 101+137+105=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #658969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658969 is #9A7696. Grayscale: #7A7A7A. Windows color (decimal): -10122903 or 6916453. OLE color: 6916453.

HSL color Cylindrical-coordinate representation of color #658969: hue angle of 126.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #658969 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB101137105-
CMYK0.2600.230.46
HSL126.67º15.13%46.67%-
HSV(B)126.67º26.28%53.73%-
XYZ16.8621.6816.66-
YUV122.59118.07112.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.45%
GREEN value IS 137 (53.91% from 255) = 39.94%
BLUE value IS 105 (41.41% from 255) = 30.61%
R=29.45%
G=39.94%
B=30.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1011371050.2600.230.46126.6715.1346.67
Hex6589691A0172E7ff2f
Octal14521115132027561771757
Binary11001011000100111010011101001011110111011111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658969; }

 p { color: rgb(101,137,105); }

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

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

 a { background-color: rgb(101,137,105); }

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

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

 span { border-color: rgb(101,137,105); }

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