#65906A

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

Shades of Laurel #65906A

Tints of Laurel #65906A

Color information

#65906A (or 0x65906A) is unknown color: approx Laurel. HEX triplet: 65, 90 and 6A. RGB value is (101,144,106). Sum of RGB (Red+Green+Blue) = 101+144+106=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #65906A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65906A is #9A6F95. Grayscale: #7E7E7E. Windows color (decimal): -10121110 or 6983781. OLE color: 6983781.

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

Color convert

RGB101144106-
CMYK0.3000.260.44
HSL126.98º17.55%48.04%-
HSV(B)126.98º29.86%56.47%-
XYZ17.9423.7517.27-
YUV126.81116.25109.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.77%
GREEN value IS 144 (56.64% from 255) = 41.03%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=28.77%
G=41.03%
B=30.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011441060.3000.260.44126.9817.5548.04
Hex65906A1E01A2C7f1230
Octal14522015236032541772260
Binary110010110010000110101011110011010101100111111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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