#65916B

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

Shades of Laurel #65916B

Tints of Laurel #65916B

Color information

#65916B (or 0x65916B) is unknown color: approx Laurel. HEX triplet: 65, 91 and 6B. RGB value is (101,145,107). Sum of RGB (Red+Green+Blue) = 101+145+107=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 145 - color contains mainly: green. Hex color #65916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65916B is #9A6E94. Grayscale: #7F7F7F. Windows color (decimal): -10120853 or 7049573. OLE color: 7049573.

HSL color Cylindrical-coordinate representation of color #65916B: hue angle of 128.18º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #65916B is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB101145107-
CMYK0.3000.260.43
HSL128.18º17.89%48.24%-
HSV(B)128.18º30.34%56.86%-
XYZ18.1524.0817.6-
YUV127.51116.42109.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.61%
GREEN value IS 145 (57.03% from 255) = 41.08%
BLUE value IS 107 (42.19% from 255) = 30.31%
R=28.61%
G=41.08%
B=30.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011451070.3000.260.43128.1817.8948.24
Hex65916B1E01A2B801230
Octal14522115336032532002260
Binary1100101100100011101011111100110101010111000000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65916B; }

 p { color: rgb(101,145,107); }

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

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

 a { background-color: rgb(101,145,107); }

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

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

 span { border-color: rgb(101,145,107); }

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