#65936B

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

Shades of Laurel #65936B

Tints of Laurel #65936B

Color information

#65936B (or 0x65936B) is unknown color: approx Laurel. HEX triplet: 65, 93 and 6B. RGB value is (101,147,107). Sum of RGB (Red+Green+Blue) = 101+147+107=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #65936B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65936B is #9A6C94. Grayscale: #808080. Windows color (decimal): -10120341 or 7050085. OLE color: 7050085.

HSL color Cylindrical-coordinate representation of color #65936B: hue angle of 127.83º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65936B is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB101147107-
CMYK0.3100.270.42
HSL127.83º18.55%48.63%-
HSV(B)127.83º31.29%57.65%-
XYZ18.4524.717.7-
YUV128.69115.76108.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.45%
GREEN value IS 147 (57.81% from 255) = 41.41%
BLUE value IS 107 (42.19% from 255) = 30.14%
R=28.45%
G=41.41%
B=30.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011471070.3100.270.42127.8318.5548.63
Hex65936B1F01B2A801331
Octal14522315337033522002361
Binary1100101100100111101011111110110111010101000000010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65936B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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