#65946B

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

Shades of Laurel #65946B

Tints of Laurel #65946B

Color information

#65946B (or 0x65946B) is unknown color: approx Laurel. HEX triplet: 65, 94 and 6B. RGB value is (101,148,107). Sum of RGB (Red+Green+Blue) = 101+148+107=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #65946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65946B is #9A6B94. Grayscale: #818181. Windows color (decimal): -10120085 or 7050341. OLE color: 7050341.

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

Color convert

RGB101148107-
CMYK0.3200.280.42
HSL127.66º18.88%48.82%-
HSV(B)127.66º31.76%58.04%-
XYZ18.6125.0117.76-
YUV129.27115.43107.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.37%
GREEN value IS 148 (58.20% from 255) = 41.57%
BLUE value IS 107 (42.19% from 255) = 30.06%
R=28.37%
G=41.57%
B=30.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011481070.3200.280.42127.6618.8848.82
Hex65946B2001C2A801331
Octal14522415340034522002361
Binary11001011001010011010111000000111001010101000000010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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