#65956D

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

Shades of Laurel #65956D

Tints of Laurel #65956D

Color information

#65956D (or 0x65956D) is unknown color: approx Laurel. HEX triplet: 65, 95 and 6D. RGB value is (101,149,109). Sum of RGB (Red+Green+Blue) = 101+149+109=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #65956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65956D is #9A6A92. Grayscale: #828282. Windows color (decimal): -10119827 or 7181669. OLE color: 7181669.

HSL color Cylindrical-coordinate representation of color #65956D: hue angle of 130º 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 #65956D is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB101149109-
CMYK0.3200.270.42
HSL130º19.2%49.02%-
HSV(B)130º32.21%58.43%-
XYZ18.8725.3718.37-
YUV130.09116.1107.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.13%
GREEN value IS 149 (58.59% from 255) = 41.50%
BLUE value IS 109 (42.97% from 255) = 30.36%
R=28.13%
G=41.50%
B=30.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011491090.3200.270.4213019.249.02
Hex65956D2001B2A821331
Octal14522515540033522022361
Binary11001011001010111011011000000110111010101000001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65956D; }

 p { color: rgb(101,149,109); }

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

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

 a { background-color: rgb(101,149,109); }

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

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

 span { border-color: rgb(101,149,109); }

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