#659269

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

Shades of Laurel #659269

Tints of Laurel #659269

Color information

#659269 (or 0x659269) is unknown color: approx Laurel. HEX triplet: 65, 92 and 69. RGB value is (101,146,105). Sum of RGB (Red+Green+Blue) = 101+146+105=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #659269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659269 is #9A6D96. Grayscale: #7F7F7F. Windows color (decimal): -10120599 or 6918757. OLE color: 6918757.

HSL color Cylindrical-coordinate representation of color #659269: hue angle of 125.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #659269 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB101146105-
CMYK0.3100.280.43
HSL125.33º18.22%48.43%-
HSV(B)125.33º30.82%57.25%-
XYZ18.224.3417.1-
YUV127.87115.09108.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.69%
GREEN value IS 146 (57.42% from 255) = 41.48%
BLUE value IS 105 (41.41% from 255) = 29.83%
R=28.69%
G=41.48%
B=29.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011461050.3100.280.43125.3318.2248.43
Hex6592691F01C2B7d1230
Octal14522215137034531752260
Binary110010110010010110100111111011100101011111110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659269; }

 p { color: rgb(101,146,105); }

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

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

 a { background-color: rgb(101,146,105); }

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

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

 span { border-color: rgb(101,146,105); }

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