#65916A

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

Shades of Laurel #65916A

Tints of Laurel #65916A

Color information

#65916A (or 0x65916A) is unknown color: approx Laurel. HEX triplet: 65, 91 and 6A. RGB value is (101,145,106). Sum of RGB (Red+Green+Blue) = 101+145+106=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #65916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65916A is #9A6E95. Grayscale: #7F7F7F. Windows color (decimal): -10120854 or 6984037. OLE color: 6984037.

HSL color Cylindrical-coordinate representation of color #65916A: hue angle of 126.82º 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 #65916A is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB101145106-
CMYK0.3000.270.43
HSL126.82º17.89%48.24%-
HSV(B)126.82º30.34%56.86%-
XYZ18.0924.0617.33-
YUV127.4115.92109.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.69%
GREEN value IS 145 (57.03% from 255) = 41.19%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=28.69%
G=41.19%
B=30.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011451060.3000.270.43126.8217.8948.24
Hex65916A1E01B2B7f1230
Octal14522115236033531772260
Binary110010110010001110101011110011011101011111111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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